Searched refs:ConstantFoldShuffleVectorInstruction (Results 1 – 4 of 4) sorted by relevance
44 Constant *ConstantFoldShuffleVectorInstruction(Constant *V1, Constant *V2,
163 Constant *ConstantFoldShuffleVectorInstruction(Constant *V1, Constant *V2,
451 Constant *llvm::ConstantFoldShuffleVectorInstruction(Constant *V1, Constant *V2, in ConstantFoldShuffleVectorInstruction() function in llvm
2567 if (Constant *FC = ConstantFoldShuffleVectorInstruction(V1, V2, Mask)) in getShuffleVector()