Home | History | Annotate | Download | only in Hexagon

Lines Matching defs:NewInst

1093   Value *NewInst = 0;
1123 NewInst = GetElementPtrInst::Create(ElTy, Input, A, "cgep", &*At);
1124 DEBUG(dbgs() << "new GEP: " << *NewInst << '\n');
1125 Input = NewInst;
1129 return NewInst;
1211 Value *NewInst = fabricateGEP(NA, InsertAt, LastB);
1221 CN->BaseVal = NewInst;
1234 U->set(NewInst);