Home
last modified time | relevance | path

Searched refs:ConstantFoldShuffleVectorInstruction (Results 1 – 4 of 4) sorted by relevance

/src/contrib/llvm-project/llvm/include/llvm/IR/ !
H A DConstantFold.h44 Constant *ConstantFoldShuffleVectorInstruction(Constant *V1, Constant *V2,
/src/contrib/llvm-project/llvm/include/llvm/Analysis/ !
H A DConstantFolding.h163 Constant *ConstantFoldShuffleVectorInstruction(Constant *V1, Constant *V2,
/src/contrib/llvm-project/llvm/lib/IR/ !
H A DConstantFold.cpp451 Constant *llvm::ConstantFoldShuffleVectorInstruction(Constant *V1, Constant *V2, in ConstantFoldShuffleVectorInstruction() function in llvm
H A DConstants.cpp2567 if (Constant *FC = ConstantFoldShuffleVectorInstruction(V1, V2, Mask)) in getShuffleVector()