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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstantFold.h40 Constant *ConstantFoldShuffleVectorInstruction(Constant *V1, Constant *V2,
H A DConstantFold.cpp889 Constant *llvm::ConstantFoldShuffleVectorInstruction(Constant *V1, Constant *V2, function in class:llvm
H A DConstants.cpp2394 if (Constant *FC = ConstantFoldShuffleVectorInstruction(V1, V2, Mask))
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DConstantFolding.h124 Constant *ConstantFoldShuffleVectorInstruction(Constant *V1, Constant *V2,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp4591 return ConstantFoldShuffleVectorInstruction(Op0Const, Op1Const, Mask);

Completed in 115 milliseconds