Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DConstantFolder.h103 return ConstantExpr::getAShr(LHS, RHS, isExact);
H A DConstants.h999 static Constant *getAShr(Constant *C1, Constant *C2, bool isExact = false);
1064 return getAShr(C1, C2, true);
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetFolder.h100 return Fold(ConstantExpr::getAShr(LHS, RHS, isExact));
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstants.cpp2766 Constant *ConstantExpr::getAShr(Constant *C1, Constant *C2, bool isExact) { in getAShr() function in ConstantExpr
H A DCore.cpp1685 return wrap(ConstantExpr::getAShr(unwrap<Constant>(LHSConstant), in LLVMConstAShr()
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm.mli1214 See the method [llvm::ConstantExpr::getAShr]. *)