Home
last modified time | relevance | path

Searched refs:NewMath (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp1262 Value *NewMath = Builder.CreateBinOp(I.getOpcode(), X, Y); in factorizeMathWithShlOps() local
1263 if (auto *NewI = dyn_cast<BinaryOperator>(NewMath)) { in factorizeMathWithShlOps()
1267 auto *NewShl = BinaryOperator::CreateShl(NewMath, ShAmt); in factorizeMathWithShlOps()