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

  /external/llvm/include/llvm/Transforms/Utils/
Local.h 213 Scale = ConstantExpr::getMul(OC, Scale, isInBounds/*NUW*/);
  /external/llvm/unittests/IR/
ConstantsTest.cpp 71 EXPECT_EQ(One, ConstantExpr::getMul(NegOne, One));
208 CHECK(ConstantExpr::getMul(P0, P0), "mul i32 " P0STR ", " P0STR);
  /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/IR/
Constants.h     [all...]
  /external/llvm/lib/Analysis/
ValueTracking.cpp     [all...]
ScalarEvolution.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 635 ConstantExpr::getMul(RHS, LHSRHS));
    [all...]
InstCombineCompares.cpp     [all...]
  /external/llvm/lib/IR/
ConstantFold.cpp 622 return ConstantExpr::getMul(C, Idx);
    [all...]
Constants.cpp     [all...]
Core.cpp 818 return wrap(ConstantExpr::getMul(unwrap<Constant>(LHSConstant),
    [all...]
Instructions.cpp 401 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 113 milliseconds