Searched refs:CAgg (Results 1 – 2 of 2) sorted by relevance
3610 if (Constant *CAgg = dyn_cast<Constant>(Agg)) in SimplifyInsertValueInst() local3612 return ConstantFoldInsertValueInstruction(CAgg, CVal, Idxs); in SimplifyInsertValueInst()3646 if (auto *CAgg = dyn_cast<Constant>(Agg)) in SimplifyExtractValueInst() local3647 return ConstantFoldExtractValueInstruction(CAgg, Idxs); in SimplifyExtractValueInst()
2279 if (Constant *CAgg = dyn_cast<Constant>(Agg)) in SimplifyInsertValueInst() local2281 return ConstantFoldInsertValueInstruction(CAgg, CVal, Idxs); in SimplifyInsertValueInst()