Lines Matching defs:NewBO
2200 Instruction *NewBO = BinaryOperator::Create(BOpcode, X, NewC);
2201 NewBO->copyIRFlags(BO);
2207 NewBO->dropPoisonGeneratingFlags();
2208 return NewBO;
2364 Value *NewBO = ConstantsAreOp1 ? Builder.CreateBinOp(BOpc, V, NewC) :
2372 if (auto *NewI = dyn_cast<Instruction>(NewBO)) {
2380 return replaceInstUsesWith(Shuf, NewBO);
2784 Value *NewBO = Builder.CreateBinOp(BinOp->getOpcode(), X, Y);
2785 if (auto NewBOI = dyn_cast<Instruction>(NewBO))
2788 return new ShuffleVectorInst(NewBO, SVI.getShuffleMask());