Lines Matching refs:setOperand
1714 Inst->setOperand(Idx, NewVal); in OperandSetter()
1722 Inst->setOperand(Idx, Origin); in undo()
1745 Inst->setOperand(It, UndefValue::get(Val->getType())); in OperandsHider()
1753 Inst->setOperand(It, OriginalValues[It]); in undo()
1889 UseIt->Inst->setOperand(UseIt->Idx, Inst); in undo()
1948 void setOperand(Instruction *Inst, unsigned Idx, Value *NewVal);
1971 void TypePromotionTransaction::setOperand(Instruction *Inst, unsigned Idx, in setOperand() function in __anonebd7bfba0211::TypePromotionTransaction
2444 TPT.setOperand(SExt, 0, SExtOpnd->getOperand(0)); in promoteOperandForTruncAndAnyExt()
2497 TPT.setOperand(Ext, 0, ExtOpnd); in promoteOperandForOther()
2532 TPT.setOperand(ExtOpnd, OpIdx, ConstantInt::get(Ext->getType(), CstVal)); in promoteOperandForOther()
2538 TPT.setOperand(ExtOpnd, OpIdx, UndefValue::get(Ext->getType())); in promoteOperandForOther()
2550 TPT.setOperand(ExtOpnd, OpIdx, ValForExtOpnd); in promoteOperandForOther()
2557 TPT.setOperand(ExtForOpnd, 0, Opnd); in promoteOperandForOther()
2561 TPT.setOperand(ExtOpnd, OpIdx, ExtForOpnd); in promoteOperandForOther()
4235 ToBePromoted->setOperand(U.getOperandNo(), NewVal); in promoteImpl()
4239 Transition->setOperand(getTransitionOriginalValueIdx(), ToBePromoted); in promoteImpl()