Lines Matching defs:NewBO
2266 Instruction *NewBO = BinaryOperator::Create(BOpcode, X, NewC);
2267 NewBO->copyIRFlags(BO);
2273 NewBO->dropPoisonGeneratingFlags();
2274 return NewBO;
2430 Value *NewBO = ConstantsAreOp1 ? Builder.CreateBinOp(BOpc, V, NewC) :
2438 if (auto *NewI = dyn_cast<Instruction>(NewBO)) {
2446 return replaceInstUsesWith(Shuf, NewBO);
2850 Value *NewBO = Builder.CreateBinOp(BinOp->getOpcode(), X, Y);
2851 if (auto NewBOI = dyn_cast<Instruction>(NewBO))
2854 return new ShuffleVectorInst(NewBO, SVI.getShuffleMask());