Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/unittests/VMCore/
DConstantsTest.cpp64 EXPECT_EQ(Undef, ConstantExpr::getAShr(One, One)); in TEST()
/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/include/llvm/Support/
DConstantFolder.h85 return ConstantExpr::getAShr(LHS, RHS, isExact);
DTargetFolder.h97 return Fold(ConstantExpr::getAShr(LHS, RHS, isExact));
/external/swiftshader/third_party/LLVM/include/llvm/
DConstants.h650 static Constant *getAShr(Constant *C1, Constant *C2, bool isExact = false);
697 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/llvm/include/llvm/Analysis/
DTargetFolder.h97 return Fold(ConstantExpr::getAShr(LHS, RHS, isExact));
/external/swiftshader/third_party/LLVM/lib/VMCore/
DConstants.cpp1863 Constant *ConstantExpr::getAShr(Constant *C1, Constant *C2, bool isExact) { in getAShr() function in ConstantExpr
DCore.cpp859 return wrap(ConstantExpr::getAShr(unwrap<Constant>(LHSConstant), in LLVMConstAShr()
DConstantFold.cpp1399 Res.push_back(ConstantExpr::getAShr(C1, C2)); in ConstantFoldBinaryInstruction()
/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/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp2064 ConstantExpr::getAShr(RHS, in visitICmpInstWithInstAndIntCst()
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm.mli950 See the method [llvm::ConstantExpr::getAShr]. *)
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli1120 See the method [llvm::ConstantExpr::getAShr]. *)