Searched refs:getAShr (Results 1 – 16 of 16) sorted by relevance
/external/swiftshader/third_party/LLVM/unittests/VMCore/ |
D | ConstantsTest.cpp | 64 EXPECT_EQ(Undef, ConstantExpr::getAShr(One, One)); in TEST()
|
/external/llvm/unittests/IR/ |
D | ConstantsTest.cpp | 71 EXPECT_EQ(Undef, ConstantExpr::getAShr(One, One)); in TEST() 259 CHECK(ConstantExpr::getAShr(P0, P0, false), "ashr i32 " P0STR ", " P0STR); in TEST() 260 CHECK(ConstantExpr::getAShr(P0, P0, true), "ashr exact i32 " P0STR ", " P0STR); in TEST()
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | ConstantFolder.h | 85 return ConstantExpr::getAShr(LHS, RHS, isExact);
|
D | TargetFolder.h | 97 return Fold(ConstantExpr::getAShr(LHS, RHS, isExact));
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Constants.h | 650 static Constant *getAShr(Constant *C1, Constant *C2, bool isExact = false); 697 return getAShr(C1, C2, true);
|
/external/llvm/include/llvm/IR/ |
D | ConstantFolder.h | 85 return ConstantExpr::getAShr(LHS, RHS, isExact);
|
D | Constants.h | 899 static Constant *getAShr(Constant *C1, Constant *C2, bool isExact = false); 953 return getAShr(C1, C2, true);
|
/external/llvm/include/llvm/Analysis/ |
D | TargetFolder.h | 97 return Fold(ConstantExpr::getAShr(LHS, RHS, isExact));
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Constants.cpp | 1863 Constant *ConstantExpr::getAShr(Constant *C1, Constant *C2, bool isExact) { in getAShr() function in ConstantExpr
|
D | Core.cpp | 859 return wrap(ConstantExpr::getAShr(unwrap<Constant>(LHSConstant), in LLVMConstAShr()
|
D | ConstantFold.cpp | 1399 Res.push_back(ConstantExpr::getAShr(C1, C2)); in ConstantFoldBinaryInstruction()
|
/external/llvm/lib/IR/ |
D | Constants.cpp | 2215 Constant *ConstantExpr::getAShr(Constant *C1, Constant *C2, bool isExact) { in getAShr() function in ConstantExpr
|
D | Core.cpp | 1251 return wrap(ConstantExpr::getAShr(unwrap<Constant>(LHSConstant), in LLVMConstAShr()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCompares.cpp | 2064 ConstantExpr::getAShr(RHS, in visitICmpInstWithInstAndIntCst()
|
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/ |
D | llvm.mli | 950 See the method [llvm::ConstantExpr::getAShr]. *)
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.mli | 1120 See the method [llvm::ConstantExpr::getAShr]. *)
|