HomeSort by relevance Sort by last modified time
    Searched defs:NewMul (Results 1 - 9 of 9) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineAddSub.cpp 655 Value *NewMul = Builder->CreateMul(A, ConstantExpr::getNeg(CI));
656 return BinaryOperator::CreateAdd(Op0, NewMul);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 240 auto *NewMul = BinaryOperator::CreateMul(X, Y);
244 NewMul->setHasNoSignedWrap();
245 return NewMul;
337 Value *NewMul =
339 return new SExtInst(NewMul, I.getType());
355 Value *NewMul = Builder.CreateNSWMul(
357 return new SExtInst(NewMul, I.getType());
373 Value *NewMul =
375 return new ZExtInst(NewMul, I.getType());
391 Value *NewMul = Builder.CreateNUWMul
    [all...]
InstCombineAddSub.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
LoopStrengthReduce.cpp 286 const SCEV *NewMul = SE.getMulExpr(Ops);
290 DoInitialMatch(NewMul, L, MyGood, MyBad, SE);
292 SE.getEffectiveSCEVType(NewMul->getType())));
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp 340 const SCEV *NewMul = SE.getMulExpr(Ops);
344 DoInitialMatch(NewMul, L, MyGood, MyBad, SE);
346 SE.getEffectiveSCEVType(NewMul->getType())));
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp 409 const SCEV *NewMul = SE.getMulExpr(Ops);
413 DoInitialMatch(NewMul, L, MyGood, MyBad, SE);
415 SE.getEffectiveSCEVType(NewMul->getType())));
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 970 milliseconds