Lines Matching defs:setOperand
3059 LLVM_DEBUG(dbgs() << "Do: setOperand: " << Idx << "\n"
3063 Inst->setOperand(Idx, NewVal);
3068 LLVM_DEBUG(dbgs() << "Undo: setOperand:" << Idx << "\n"
3071 Inst->setOperand(Idx, Origin);
3094 Inst->setOperand(It, UndefValue::get(Val->getType()));
3102 Inst->setOperand(It, OriginalValues[It]);
3257 Use.Inst->setOperand(Use.Idx, Inst);
3343 /// Same as Instruction::setOperand.
3344 void setOperand(Instruction *Inst, unsigned Idx, Value *NewVal);
3376 void TypePromotionTransaction::setOperand(Instruction *Inst, unsigned Idx,
4662 TPT.setOperand(SExt, 0, SExtOpnd->getOperand(0));
4714 TPT.setOperand(Ext, 0, ExtOpnd);
4746 TPT.setOperand(ExtOpnd, OpIdx, ConstantInt::get(Ext->getType(), CstVal));
4752 TPT.setOperand(ExtOpnd, OpIdx, UndefValue::get(Ext->getType()));
4760 TPT.setOperand(ExtOpnd, OpIdx, ValForExtOpnd);
6510 U->setOperand(0, new BitCastInst(ValMap[U->getOperand(0)], PhiTy, "bc",
6953 NewAnd->setOperand(0, Load);
7405 NewInstructions[OldI]->setOperand(U->getOperandNo(), NI);
7872 ToBePromoted->setOperand(U.getOperandNo(), NewVal);
7875 Transition->setOperand(getTransitionOriginalValueIdx(), ToBePromoted);
8211 UGEPI->setOperand(0, GEPI);
8215 UGEPI->setOperand(1, NewUGEPIIdx);
8444 CmpI->setOperand(Const0 ? 1 : 0, F);