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

  /external/llvm/include/llvm/Transforms/Utils/
Local.h 226 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/Analysis/
TargetFolder.h 66 return Fold(ConstantExpr::getMul(LHS, RHS, HasNUW, HasNSW));
  /external/llvm/include/llvm/IR/
ConstantFolder.h 50 return ConstantExpr::getMul(LHS, RHS, HasNUW, HasNSW);
Constants.h     [all...]
  /external/llvm/lib/Analysis/
ValueTracking.cpp     [all...]
ScalarEvolution.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp     [all...]
InstCombineMulDivRem.cpp 736 ConstantExpr::getMul(RHS, LHSRHS));
    [all...]
InstCombineCompares.cpp     [all...]
  /external/llvm/lib/IR/
ConstantFold.cpp 626 return ConstantExpr::getMul(C, Idx);
    [all...]
Constants.cpp     [all...]
Core.cpp 920 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     [all...]

Completed in 421 milliseconds