Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/IR/
H A DConstantFold.h41 Constant *ConstantFoldShuffleVectorInstruction(Constant *V1, Constant *V2,
H A DConstantFold.cpp835 Constant *llvm::ConstantFoldShuffleVectorInstruction(Constant *V1, in ConstantFoldShuffleVectorInstruction() function in llvm
H A DConstants.cpp2153 if (Constant *FC = ConstantFoldShuffleVectorInstruction(V1, V2, Mask)) in getShuffleVector()
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DConstantFolding.h120 Constant *ConstantFoldShuffleVectorInstruction(Constant *V1, Constant *V2,
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DInstructionSimplify.cpp4452 return ConstantFoldShuffleVectorInstruction(Op0Const, Op1Const, Mask); in SimplifyShuffleVectorInst()