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