Home
last modified time | relevance | path

Searched refs:getAShr (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/IR/
H A DConstantsTest.cpp71 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 DConstants.h1031 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 DConstants.cpp2714 Constant *ConstantExpr::getAShr(Constant *C1, Constant *C2, bool isExact) { in getAShr() function in ConstantExpr
H A DCore.cpp1651 return wrap(ConstantExpr::getAShr(unwrap<Constant>(LHSConstant), in LLVMConstAShr()
/llvm-project-15.0.7/llvm/bindings/ocaml/llvm/
H A Dllvm.mli1167 See the method [llvm::ConstantExpr::getAShr]. *)