Home | History | Annotate | Download | only in Hexagon

Lines Matching full:newinst

1092   Value *NewInst = 0;
1122 NewInst = GetElementPtrInst::Create(ElTy, Input, A, "cgep", &*At);
1123 DEBUG(dbgs() << "new GEP: " << *NewInst << '\n');
1124 Input = NewInst;
1128 return NewInst;
1210 Value *NewInst = fabricateGEP(NA, InsertAt, LastB);
1220 CN->BaseVal = NewInst;
1233 U->set(NewInst);