Searched refs:CAgg (Results 1 – 1 of 1) sorted by relevance
3550 if (Constant *CAgg = dyn_cast<Constant>(Agg)) in SimplifyInsertValueInst() local3552 return ConstantFoldInsertValueInstruction(CAgg, CVal, Idxs); in SimplifyInsertValueInst()3586 if (auto *CAgg = dyn_cast<Constant>(Agg)) in SimplifyExtractValueInst() local3587 return ConstantFoldExtractValueInstruction(CAgg, Idxs); in SimplifyExtractValueInst()