Searched defs:NewMul (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp285 auto *NewMul = BinaryOperator::CreateMul(X, Y); local
H A DInstCombineAddSub.cpp2020 Value *NewMul = Builder.CreateMul(A, ConstantExpr::getNeg(C)); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp423 const SCEV *NewMul = SE.getMulExpr(Ops); local

Completed in 216 milliseconds