Searched refs:getAShr (Results 1 – 13 of 13) sorted by relevance
/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-10.0/llvm/include/llvm/IR/ |
D | ConstantFolder.h | 100 return ConstantExpr::getAShr(LHS, RHS, isExact);
|
D | Constants.h | 953 static Constant *getAShr(Constant *C1, Constant *C2, bool isExact = false); 1018 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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | TargetFolder.h | 95 return Fold(ConstantExpr::getAShr(LHS, RHS, isExact));
|
/external/llvm/include/llvm/Analysis/ |
D | TargetFolder.h | 97 return Fold(ConstantExpr::getAShr(LHS, RHS, isExact));
|
/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/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Constants.cpp | 2401 Constant *ConstantExpr::getAShr(Constant *C1, Constant *C2, bool isExact) { in getAShr() function in ConstantExpr
|
D | Core.cpp | 1636 return wrap(ConstantExpr::getAShr(unwrap<Constant>(LHSConstant), in LLVMConstAShr()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCompares.cpp | 2064 ConstantExpr::getAShr(RHS, in visitICmpInstWithInstAndIntCst()
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.mli | 1120 See the method [llvm::ConstantExpr::getAShr]. *)
|