Searched refs:ConstantFoldExtractValueInstruction (Results 1 – 5 of 5) sorted by relevance
42 Constant *ConstantFoldExtractValueInstruction(Constant *Agg,
771 Constant *llvm::ConstantFoldExtractValueInstruction(Constant *Agg, in ConstantFoldExtractValueInstruction() function in llvm778 return ConstantFoldExtractValueInstruction(C, Idxs.slice(1)); in ConstantFoldExtractValueInstruction()
2648 if (Constant *FC = ConstantFoldExtractValueInstruction(Agg, Idxs)) in getExtractValue()
109 Constant *ConstantFoldExtractValueInstruction(Constant *Agg,
4518 return ConstantFoldExtractValueInstruction(CAgg, Idxs); in SimplifyExtractValueInst()