Lines Matching refs:setOperand
2207 Inst->setOperand(Idx, NewVal); in OperandSetter()
2215 Inst->setOperand(Idx, Origin); in undo()
2238 Inst->setOperand(It, UndefValue::get(Val->getType())); in OperandsHider()
2246 Inst->setOperand(It, OriginalValues[It]); in undo()
2394 UseIt->Inst->setOperand(UseIt->Idx, Inst); in undo()
2403 DVI->setOperand(0, MV); in undo()
2477 void setOperand(Instruction *Inst, unsigned Idx, Value *NewVal);
2512 void TypePromotionTransaction::setOperand(Instruction *Inst, unsigned Idx, in setOperand() function in TypePromotionTransaction
3717 TPT.setOperand(SExt, 0, SExtOpnd->getOperand(0)); in promoteOperandForTruncAndAnyExt()
3769 TPT.setOperand(Ext, 0, ExtOpnd); in promoteOperandForOther()
3803 TPT.setOperand(ExtOpnd, OpIdx, ConstantInt::get(Ext->getType(), CstVal)); in promoteOperandForOther()
3809 TPT.setOperand(ExtOpnd, OpIdx, UndefValue::get(Ext->getType())); in promoteOperandForOther()
3821 TPT.setOperand(ExtOpnd, OpIdx, ValForExtOpnd); in promoteOperandForOther()
3828 TPT.setOperand(ExtForOpnd, 0, Opnd); in promoteOperandForOther()
3832 TPT.setOperand(ExtOpnd, OpIdx, ExtForOpnd); in promoteOperandForOther()
5642 NewAnd->setOperand(0, Load); in optimizeLoadExt()
6317 ToBePromoted->setOperand(U.getOperandNo(), NewVal); in promoteImpl()
6320 Transition->setOperand(getTransitionOriginalValueIdx(), ToBePromoted); in promoteImpl()
6635 UGEPI->setOperand(0, GEPI); in tryUnmergingGEPsAcrossIndirectBr()
6640 UGEPI->setOperand(1, NewUGEPIIdx); in tryUnmergingGEPsAcrossIndirectBr()