Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstantFold.h44 Constant *ConstantFoldShuffleVectorInstruction(Constant *V1, Constant *V2,
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DConstantFolding.h163 Constant *ConstantFoldShuffleVectorInstruction(Constant *V1, Constant *V2,
/freebsd/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()