Lines Matching refs:NewVal
1708 OperandSetter(Instruction *Inst, unsigned Idx, Value *NewVal) in OperandSetter() argument
1712 << "with:" << *NewVal << "\n"); in OperandSetter()
1714 Inst->setOperand(Idx, NewVal); in OperandSetter()
1948 void setOperand(Instruction *Inst, unsigned Idx, Value *NewVal);
1950 void eraseInstruction(Instruction *Inst, Value *NewVal = nullptr);
1972 Value *NewVal) { in setOperand() argument
1974 make_unique<TypePromotionTransaction::OperandSetter>(Inst, Idx, NewVal)); in setOperand()
1978 Value *NewVal) { in eraseInstruction() argument
1980 make_unique<TypePromotionTransaction::InstructionRemover>(Inst, NewVal)); in eraseInstruction()
4222 Value *NewVal = nullptr; in promoteImpl() local
4224 NewVal = Transition->getOperand(getTransitionOriginalValueIdx()); in promoteImpl()
4228 NewVal = getConstantVector( in promoteImpl()
4235 ToBePromoted->setOperand(U.getOperandNo(), NewVal); in promoteImpl()