Searched refs:NewMath (Results 1 – 1 of 1) sorted by relevance
1392 Value *NewMath = Builder.CreateBinOp(I.getOpcode(), X, Y); in factorizeMathWithShlOps() local1393 if (auto *NewI = dyn_cast<BinaryOperator>(NewMath)) { in factorizeMathWithShlOps()1397 auto *NewShl = BinaryOperator::CreateShl(NewMath, ShAmt); in factorizeMathWithShlOps()