Lines Matching defs:NewInsts
553 DenseMap<Value *, Value *> NewInsts;
554 NewInsts[Base] = ConstantInt::getNullValue(IndexType);
563 NewInsts[PHI] =
571 if (NewInsts.contains(Val))
576 Value *Op = NewInsts[GEP->getOperand(0)];
579 NewInsts[GEP] = OffsetV;
581 NewInsts[GEP] = Builder.CreateAdd(
600 PHINode *NewPhi = static_cast<PHINode *>(NewInsts[PHI]);
604 auto It = NewInsts.find(NewIncoming);
605 if (It != NewInsts.end())
619 Value *NewVal = Builder.CreateGEP(Builder.getInt8Ty(), Base, NewInsts[Val],
627 return NewInsts[Start];