HomeSort by relevance Sort by last modified time
    Searched refs:getMul (Results 1 - 14 of 14) sorted by null

  /external/llvm/unittests/VMCore/
ConstantsTest.cpp 68 EXPECT_EQ(One, ConstantExpr::getMul(NegOne, One));
  /external/llvm/include/llvm/Support/
ConstantFolder.h 50 return ConstantExpr::getMul(LHS, RHS, HasNUW, HasNSW);
TargetFolder.h 66 return Fold(ConstantExpr::getMul(LHS, RHS, HasNUW, HasNSW));
  /external/llvm/include/llvm/
Constants.h     [all...]
  /external/llvm/lib/Analysis/
ValueTracking.cpp     [all...]
ScalarEvolution.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp 446 Scale = ConstantExpr::getMul(OC, Scale, isInBounds/*NUW*/);
InstCombineMulDivRem.cpp 389 ConstantExpr::getMul(RHS, LHSRHS));
InstCombineCompares.cpp     [all...]
  /external/llvm/lib/VMCore/
ConstantFold.cpp 619 return ConstantExpr::getMul(C, Idx);
    [all...]
Constants.cpp     [all...]
Core.cpp 779 return wrap(ConstantExpr::getMul(unwrap<Constant>(LHSConstant),
    [all...]
Instructions.cpp 383 AllocSize = ConstantExpr::getMul(Scale, cast<Constant>(AllocSize));
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 860 See the method [llvm::ConstantExpr::getMul]. *)
    [all...]

Completed in 136 milliseconds