Searched refs:ConstantFoldExtractValueInstruction (Results 1 – 3 of 3) sorted by relevance
42 Constant *ConstantFoldExtractValueInstruction(Constant *Agg,
865 Constant *llvm::ConstantFoldExtractValueInstruction(Constant *Agg, in ConstantFoldExtractValueInstruction() function in llvm872 return ConstantFoldExtractValueInstruction(C, Idxs.slice(1)); in ConstantFoldExtractValueInstruction()
2198 if (Constant *FC = ConstantFoldExtractValueInstruction(Agg, Idxs)) in getExtractValue()