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

  /external/llvm/unittests/IR/
ConstantsTest.cpp 69 EXPECT_EQ(Undef, ConstantExpr::getAShr(One, One));
227 CHECK(ConstantExpr::getAShr(P0, P0, false), "ashr i32 " P0STR ", " P0STR);
228 CHECK(ConstantExpr::getAShr(P0, P0, true), "ashr exact i32 " P0STR ", " P0STR);
  /external/llvm/include/llvm/Analysis/
TargetFolder.h 97 return Fold(ConstantExpr::getAShr(LHS, RHS, isExact));
  /external/llvm/include/llvm/IR/
ConstantFolder.h 85 return ConstantExpr::getAShr(LHS, RHS, isExact);
Constants.h     [all...]
  /external/llvm/lib/IR/
Constants.cpp     [all...]
Core.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli     [all...]

Completed in 63 milliseconds