Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DConstants.h1056 static Constant *getAShr(Constant *C1, Constant *C2, bool isExact = false);
1113 return getAShr(C1, C2, true);
/openbsd/gnu/llvm/llvm/lib/IR/
H A DConstants.cpp2707 Constant *ConstantExpr::getAShr(Constant *C1, Constant *C2, bool isExact) { in getAShr() function in ConstantExpr
H A DCore.cpp1658 return wrap(ConstantExpr::getAShr(unwrap<Constant>(LHSConstant), in LLVMConstAShr()
/openbsd/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm.mli1165 See the method [llvm::ConstantExpr::getAShr]. *)