Searched refs:ConstantFoldExtractElementInstruction (Results 1 – 8 of 8) sorted by relevance
37 Constant *ConstantFoldExtractElementInstruction(Constant *Val, Constant *Idx);
1677 if (Constant *FC = ConstantFoldExtractElementInstruction(Val, Idx)) in getExtractElement()
754 Constant *llvm::ConstantFoldExtractElementInstruction(Constant *Val, in ConstantFoldExtractElementInstruction() function in llvm
36 Constant *ConstantFoldExtractElementInstruction(Constant *Val, Constant *Idx);
780 Constant *llvm::ConstantFoldExtractElementInstruction(Constant *Val, in ConstantFoldExtractElementInstruction() function in llvm
2004 if (Constant *FC = ConstantFoldExtractElementInstruction(Val, Idx)) in getExtractElement()
113 Constant *ConstantFoldExtractElementInstruction(Constant *Val, Constant *Idx);
3683 return ConstantFoldExtractElementInstruction(CVec, CIdx); in SimplifyExtractElementInst()