Searched refs:ConstantFoldExtractValueInstruction (Results 1 – 8 of 8) sorted by relevance
46 Constant *ConstantFoldExtractValueInstruction(Constant *Agg,
133 return ConstantFoldExtractValueInstruction(CAgg, IdxList); in FoldExtractValue()
144 Constant *ConstantFoldExtractValueInstruction(Constant *Agg,
144 return ConstantFoldExtractValueInstruction(CAgg, IdxList); in FoldExtractValue()
511 Constant *llvm::ConstantFoldExtractValueInstruction(Constant *Agg, in ConstantFoldExtractValueInstruction() function in llvm518 return ConstantFoldExtractValueInstruction(C, Idxs.slice(1)); in ConstantFoldExtractValueInstruction()
1047 return ConstantFoldExtractValueInstruction( in ConstantFoldInstOperandsImpl()
5198 return ConstantFoldExtractValueInstruction(CAgg, Idxs); in simplifyExtractValueInst()
202 Elt = ConstantFoldExtractValueInstruction(Elt, LaterIndices); in foldCmpLoadFromIndexedGlobal()