Searched refs:ConstantFoldExtractElementInstruction (Results 1 – 5 of 5) sorted by relevance
37 Constant *ConstantFoldExtractElementInstruction(Constant *Val, Constant *Idx);
781 Constant *llvm::ConstantFoldExtractElementInstruction(Constant *Val, in ConstantFoldExtractElementInstruction() function in llvm
2130 if (Constant *FC = ConstantFoldExtractElementInstruction(Val, Idx)) in getExtractElement()
84 Constant *ConstantFoldExtractElementInstruction(Constant *Val, Constant *Idx);
3565 return ConstantFoldExtractElementInstruction(CVec, CIdx); in SimplifyExtractElementInst()