Lines Matching defs:NewInsts
27 SmallVector<Instruction *, 4> NewInsts;
31 NewInsts.push_back(ConstInst);
36 NewInsts.push_back(cast<Instruction>(V));
44 NewInsts.push_back(cast<Instruction>(V));
49 return NewInsts;
105 auto NewInsts = expandUser(BI, C);
106 for (auto *NI : NewInsts)
108 InstructionWorklist.insert(NewInsts.begin(), NewInsts.end());
109 U.set(NewInsts.back());