Home
last modified time | relevance | path

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

/external/llvm/unittests/IR/
DConstantsTest.cpp71 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/
DConstantFolder.h100 return ConstantExpr::getAShr(LHS, RHS, isExact);
DConstants.h953 static Constant *getAShr(Constant *C1, Constant *C2, bool isExact = false);
1018 return getAShr(C1, C2, true);
/external/llvm/include/llvm/IR/
DConstantFolder.h85 return ConstantExpr::getAShr(LHS, RHS, isExact);
DConstants.h899 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/
DTargetFolder.h95 return Fold(ConstantExpr::getAShr(LHS, RHS, isExact));
/external/llvm/include/llvm/Analysis/
DTargetFolder.h97 return Fold(ConstantExpr::getAShr(LHS, RHS, isExact));
/external/llvm/lib/IR/
DConstants.cpp2215 Constant *ConstantExpr::getAShr(Constant *C1, Constant *C2, bool isExact) { in getAShr() function in ConstantExpr
DCore.cpp1251 return wrap(ConstantExpr::getAShr(unwrap<Constant>(LHSConstant), in LLVMConstAShr()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstants.cpp2401 Constant *ConstantExpr::getAShr(Constant *C1, Constant *C2, bool isExact) { in getAShr() function in ConstantExpr
DCore.cpp1636 return wrap(ConstantExpr::getAShr(unwrap<Constant>(LHSConstant), in LLVMConstAShr()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp2064 ConstantExpr::getAShr(RHS, in visitICmpInstWithInstAndIntCst()
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli1120 See the method [llvm::ConstantExpr::getAShr]. *)