Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:Agg

1655   Value *Agg = EV.getAggregateOperand();
1658 return ReplaceInstUsesWith(EV, Agg);
1660 if (Constant *C = dyn_cast<Constant>(Agg)) {
1671 if (InsertValueInst *IV = dyn_cast<InsertValueInst>(Agg)) {
1722 if (IntrinsicInst *II = dyn_cast<IntrinsicInst>(Agg)) {
1771 if (LoadInst *L = dyn_cast<LoadInst>(Agg))