Home
last modified time | relevance | path

Searched defs:NewMul (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp285 auto *NewMul = BinaryOperator::CreateMul(X, Y); in visitMul() local
DInstCombineAddSub.cpp2020 Value *NewMul = Builder.CreateMul(A, ConstantExpr::getNeg(C)); in visitSub() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp423 const SCEV *NewMul = SE.getMulExpr(Ops); in DoInitialMatch() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolution.cpp6323 auto *NewMul = getMulExpr(MulOps, LHSMul->getNoWrapFlags()); in createSCEV() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp39239 SDValue NewMul = DAG.getNode(X86ISD::MUL_IMM, DL, VT, N->getOperand(0), in combineMul() local
39261 SDValue NewMul; in combineMul() local