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 232 Scale = ConstantExpr::getMul(OC, Scale, isInBounds/*NUW*/);
  /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/unittests/IR/
ConstantsTest.cpp 74 EXPECT_EQ(One, ConstantExpr::getMul(NegOne, One));
218 CHECK(ConstantExpr::getMul(P0, P0), "mul i32 " P0STR ", " P0STR);
  /external/llvm/lib/IR/
ConstantFold.cpp 645 return ConstantExpr::getMul(C, Idx);
    [all...]
Constants.cpp     [all...]
Core.cpp     [all...]
Instructions.cpp 414 AllocSize = ConstantExpr::getMul(Scale, cast<Constant>(AllocSize));
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp     [all...]
InstCombineCompares.cpp     [all...]
  /external/llvm/lib/Analysis/
ValueTracking.cpp     [all...]
ScalarEvolution.cpp     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli     [all...]

Completed in 1362 milliseconds