Lines Matching refs:setOperand

2718       Inst->setOperand(Idx, NewVal);  in OperandSetter()
2726 Inst->setOperand(Idx, Origin); in undo()
2749 Inst->setOperand(It, UndefValue::get(Val->getType())); in OperandsHider()
2757 Inst->setOperand(It, OriginalValues[It]); in undo()
2910 Use.Inst->setOperand(Use.Idx, Inst); in undo()
2990 void setOperand(Instruction *Inst, unsigned Idx, Value *NewVal);
3025 void TypePromotionTransaction::setOperand(Instruction *Inst, unsigned Idx, in setOperand() function in TypePromotionTransaction
4312 TPT.setOperand(SExt, 0, SExtOpnd->getOperand(0)); in promoteOperandForTruncAndAnyExt()
4364 TPT.setOperand(Ext, 0, ExtOpnd); in promoteOperandForOther()
4398 TPT.setOperand(ExtOpnd, OpIdx, ConstantInt::get(Ext->getType(), CstVal)); in promoteOperandForOther()
4404 TPT.setOperand(ExtOpnd, OpIdx, UndefValue::get(Ext->getType())); in promoteOperandForOther()
4416 TPT.setOperand(ExtOpnd, OpIdx, ValForExtOpnd); in promoteOperandForOther()
4423 TPT.setOperand(ExtForOpnd, 0, Opnd); in promoteOperandForOther()
4427 TPT.setOperand(ExtOpnd, OpIdx, ExtForOpnd); in promoteOperandForOther()
6125 U->setOperand(0, in optimizePhiType()
6565 NewAnd->setOperand(0, Load); in optimizeLoadExt()
6978 NewInstructions[OldI]->setOperand(U->getOperandNo(), NI); in tryToSinkFreeOperands()
7362 ToBePromoted->setOperand(U.getOperandNo(), NewVal); in promoteImpl()
7365 Transition->setOperand(getTransitionOriginalValueIdx(), ToBePromoted); in promoteImpl()
7701 UGEPI->setOperand(0, GEPI); in tryUnmergingGEPsAcrossIndirectBr()
7706 UGEPI->setOperand(1, NewUGEPIIdx); in tryUnmergingGEPsAcrossIndirectBr()
7915 CmpI->setOperand(Const0 ? 1 : 0, F); in optimizeInst()