/external/swiftshader/third_party/LLVM/unittests/VMCore/ |
ConstantsTest.cpp | 64 EXPECT_EQ(Undef, ConstantExpr::getAShr(One, One));
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
Constants.h | 650 static Constant *getAShr(Constant *C1, Constant *C2, bool isExact = false); 697 return getAShr(C1, C2, true); [all...] |
/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/swiftshader/third_party/LLVM/include/llvm/Support/ |
ConstantFolder.h | 85 return ConstantExpr::getAShr(LHS, RHS, isExact);
|
TargetFolder.h | 97 return Fold(ConstantExpr::getAShr(LHS, RHS, isExact));
|
/external/llvm/unittests/IR/ |
ConstantsTest.cpp | 71 EXPECT_EQ(Undef, ConstantExpr::getAShr(One, One)); 259 CHECK(ConstantExpr::getAShr(P0, P0, false), "ashr i32 " P0STR ", " P0STR); 260 CHECK(ConstantExpr::getAShr(P0, P0, true), "ashr exact i32 " P0STR ", " P0STR);
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
Constants.cpp | [all...] |
ConstantFold.cpp | [all...] |
Core.cpp | 859 return wrap(ConstantExpr::getAShr(unwrap<Constant>(LHSConstant), [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...] |
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/ |
llvm.mli | [all...] |