Lines Matching defs:setOperand
2167 Cmp->setOperand(1, ConstantInt::get(II->getType(), 2));
3346 LLVM_DEBUG(dbgs() << "Do: setOperand: " << Idx << "\n"
3350 Inst->setOperand(Idx, NewVal);
3355 LLVM_DEBUG(dbgs() << "Undo: setOperand:" << Idx << "\n"
3358 Inst->setOperand(Idx, Origin);
3381 Inst->setOperand(It, PoisonValue::get(Val->getType()));
3389 Inst->setOperand(It, OriginalValues[It]);
3544 Use.Inst->setOperand(Use.Idx, Inst);
3630 /// Same as Instruction::setOperand.
3631 void setOperand(Instruction *Inst, unsigned Idx, Value *NewVal);
3663 void TypePromotionTransaction::setOperand(Instruction *Inst, unsigned Idx,
4949 TPT.setOperand(SExt, 0, SExtOpnd->getOperand(0));
5001 TPT.setOperand(Ext, 0, ExtOpnd);
5033 TPT.setOperand(ExtOpnd, OpIdx, ConstantInt::get(Ext->getType(), CstVal));
5039 TPT.setOperand(ExtOpnd, OpIdx, UndefValue::get(Ext->getType()));
5047 TPT.setOperand(ExtOpnd, OpIdx, ValForExtOpnd);
6795 U->setOperand(0, new BitCastInst(ValMap[U->getOperand(0)], PhiTy, "bc",
7241 NewAnd->setOperand(0, Load);
7694 It->second->setOperand(U->getOperandNo(), NI);
8161 ToBePromoted->setOperand(U.getOperandNo(), NewVal);
8164 Transition->setOperand(getTransitionOriginalValueIdx(), ToBePromoted);
8500 UGEPI->setOperand(0, GEPI);
8504 UGEPI->setOperand(1, NewUGEPIIdx);
8737 CmpI->setOperand(Const0 ? 1 : 0, F);