Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DConstantFold.h44 Constant *ConstantFoldShuffleVectorInstruction(Constant *V1, Constant *V2,
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DConstantFolding.h144 Constant *ConstantFoldShuffleVectorInstruction(Constant *V1, Constant *V2,
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DConstantFold.cpp716 Constant *llvm::ConstantFoldShuffleVectorInstruction(Constant *V1, Constant *V2, in ConstantFoldShuffleVectorInstruction() function in llvm
H A DConstants.cpp2624 if (Constant *FC = ConstantFoldShuffleVectorInstruction(V1, V2, Mask)) in getShuffleVector()