Searched refs:getAShr (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/unittests/VMCore/
H A DConstantsTest.cpp64 EXPECT_EQ(Undef, ConstantExpr::getAShr(One, One));
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Support/
H A DConstantFolder.h85 return ConstantExpr::getAShr(LHS, RHS, isExact);
H A DTargetFolder.h97 return Fold(ConstantExpr::getAShr(LHS, RHS, isExact));
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/
H A DConstants.h867 static Constant *getAShr(Constant *C1, Constant *C2, bool isExact = false);
914 return getAShr(C1, C2, true);
/macosx-10.10.1/llvmCore-3425.0.34/lib/VMCore/
H A DConstants.cpp2005 Constant *ConstantExpr::getAShr(Constant *C1, Constant *C2, bool isExact) { function in class:ConstantExpr
H A DCore.cpp908 return wrap(ConstantExpr::getAShr(unwrap<Constant>(LHSConstant),
/macosx-10.10.1/llvmCore-3425.0.34/bindings/ocaml/llvm/
H A Dllvm.mli951 See the method [llvm::ConstantExpr::getAShr]. *)

Completed in 125 milliseconds