Searched refs:ConstantFoldExtractElementInstruction (Results 1 – 5 of 5) sorted by relevance
38 Constant *ConstantFoldExtractElementInstruction(Constant *Val, Constant *Idx);
786 Constant *llvm::ConstantFoldExtractElementInstruction(Constant *Val, in ConstantFoldExtractElementInstruction() function in llvm
2110 if (Constant *FC = ConstantFoldExtractElementInstruction(Val, Idx)) in getExtractElement()
115 Constant *ConstantFoldExtractElementInstruction(Constant *Val, Constant *Idx);
4260 return ConstantFoldExtractElementInstruction(CVec, CIdx); in SimplifyExtractElementInst()