Searched defs:AggC (Results 1 – 4 of 4) sorted by relevance
1193 if (Constant *AggC = dyn_cast<Constant>(Agg)) variable1201 if (Constant *AggC = dyn_cast<Constant>(Agg)) variable
1640 if (Constant *AggC = dyn_cast<Constant>(Agg)) variable1648 if (Constant *AggC = dyn_cast<Constant>(Agg)) variable
1966 if (auto *AggC = dyn_cast<Constant>(Agg)) variable1974 if (auto *AggC = dyn_cast<Constant>(Agg)) variable
831 Constant *AggC = dyn_cast<Constant>(I.getAggregateOperand()); in visitInsertValue() local