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

  /external/llvm/unittests/IR/
ConstantsTest.cpp 65 EXPECT_EQ(Undef, ConstantExpr::getLShr(One, One));
225 CHECK(ConstantExpr::getLShr(P0, P0, false), "lshr i32 " P0STR ", " P0STR);
226 CHECK(ConstantExpr::getLShr(P0, P0, true), "lshr exact i32 " P0STR ", " P0STR);
  /external/llvm/include/llvm/Analysis/
TargetFolder.h 94 return Fold(ConstantExpr::getLShr(LHS, RHS, isExact));
  /external/llvm/include/llvm/IR/
ConstantFolder.h 81 return ConstantExpr::getLShr(LHS, RHS, isExact);
Constants.h     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp     [all...]
InstCombineCasts.cpp     [all...]
  /external/llvm/lib/IR/
ConstantFold.cpp 334 Res = ConstantExpr::getLShr(Res,
    [all...]
Constants.cpp     [all...]
Core.cpp     [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 212 Constant *Elt = ConstantExpr::getLShr(Src,
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli     [all...]

Completed in 60 milliseconds