Searched refs:ConstantFoldExtractValueInstruction (Results 1 – 8 of 8) sorted by relevance
46 Constant *ConstantFoldExtractValueInstruction(Constant *Agg,
133 return ConstantFoldExtractValueInstruction(CAgg, IdxList); in FoldExtractValue()
125 Constant *ConstantFoldExtractValueInstruction(Constant *Agg,
144 return ConstantFoldExtractValueInstruction(CAgg, IdxList); in FoldExtractValue()
775 Constant *llvm::ConstantFoldExtractValueInstruction(Constant *Agg, in ConstantFoldExtractValueInstruction() function in llvm782 return ConstantFoldExtractValueInstruction(C, Idxs.slice(1)); in ConstantFoldExtractValueInstruction()
1093 return ConstantFoldExtractValueInstruction( in ConstantFoldInstOperandsImpl()
4943 return ConstantFoldExtractValueInstruction(CAgg, Idxs); in simplifyExtractValueInst()
195 Elt = ConstantFoldExtractValueInstruction(Elt, LaterIndices); in foldCmpLoadFromIndexedGlobal()