Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DConstantFold.h40 Constant *ConstantFoldShuffleVectorInstruction(Constant *V1, Constant *V2,
DConstantFold.cpp824 Constant *llvm::ConstantFoldShuffleVectorInstruction(Constant *V1, in ConstantFoldShuffleVectorInstruction() function in llvm
DConstants.cpp2145 if (Constant *FC = ConstantFoldShuffleVectorInstruction(V1, V2, Mask)) in getShuffleVector()