Searched refs:getAShr (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/llvm/unittests/IR/ |
| H A D | ConstantsTest.cpp | 71 EXPECT_EQ(Poison, ConstantExpr::getAShr(One, One)); in TEST() 263 CHECK(ConstantExpr::getAShr(P0, P0, false), "ashr i32 " P0STR ", " P0STR); in TEST() 264 CHECK(ConstantExpr::getAShr(P0, P0, true), in TEST()
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | Constants.h | 1031 static Constant *getAShr(Constant *C1, Constant *C2, bool isExact = false); 1088 return getAShr(C1, C2, true);
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | Constants.cpp | 2714 Constant *ConstantExpr::getAShr(Constant *C1, Constant *C2, bool isExact) { in getAShr() function in ConstantExpr
|
| H A D | Core.cpp | 1651 return wrap(ConstantExpr::getAShr(unwrap<Constant>(LHSConstant), in LLVMConstAShr()
|
| /llvm-project-15.0.7/llvm/bindings/ocaml/llvm/ |
| H A D | llvm.mli | 1167 See the method [llvm::ConstantExpr::getAShr]. *)
|