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