Searched refs:getAShr (Results 1 – 8 of 8) sorted by relevance
/external/llvm/unittests/IR/ |
D | ConstantsTest.cpp | 70 EXPECT_EQ(Undef, ConstantExpr::getAShr(One, One)); in TEST() 235 CHECK(ConstantExpr::getAShr(P0, P0, false), "ashr i32 " P0STR ", " P0STR); in TEST() 236 CHECK(ConstantExpr::getAShr(P0, P0, true), "ashr exact i32 " P0STR ", " P0STR); in TEST()
|
/external/llvm/include/llvm/IR/ |
D | ConstantFolder.h | 85 return ConstantExpr::getAShr(LHS, RHS, isExact);
|
D | Constants.h | 941 static Constant *getAShr(Constant *C1, Constant *C2, bool isExact = false); 995 return getAShr(C1, C2, true);
|
/external/llvm/include/llvm/Analysis/ |
D | TargetFolder.h | 97 return Fold(ConstantExpr::getAShr(LHS, RHS, isExact));
|
/external/llvm/lib/IR/ |
D | Constants.cpp | 2276 Constant *ConstantExpr::getAShr(Constant *C1, Constant *C2, bool isExact) { in getAShr() function in ConstantExpr
|
D | Core.cpp | 1164 return wrap(ConstantExpr::getAShr(unwrap<Constant>(LHSConstant), in LLVMConstAShr()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCompares.cpp | 1739 ConstantExpr::getAShr(RHS, in visitICmpInstWithInstAndIntCst()
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.mli | 1090 See the method [llvm::ConstantExpr::getAShr]. *)
|