Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:NewVal

1201     /// \brief Set \p Idx operand of \p Inst with \p NewVal.
1202 OperandSetter(Instruction *Inst, unsigned Idx, Value *NewVal)
1206 << "with:" << *NewVal << "\n");
1208 Inst->setOperand(Idx, NewVal);
1413 void setOperand(Instruction *Inst, unsigned Idx, Value *NewVal);
1415 void eraseInstruction(Instruction *Inst, Value *NewVal = nullptr);
1435 Value *NewVal) {
1437 make_unique<TypePromotionTransaction::OperandSetter>(Inst, Idx, NewVal));
1441 Value *NewVal) {
1443 make_unique<TypePromotionTransaction::InstructionRemover>(Inst, NewVal));