Searched refs:getAShr (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | ConstantFolder.h | 103 return ConstantExpr::getAShr(LHS, RHS, isExact);
|
H A D | Constants.h | 999 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 D | TargetFolder.h | 100 return Fold(ConstantExpr::getAShr(LHS, RHS, isExact));
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | Constants.cpp | 2766 Constant *ConstantExpr::getAShr(Constant *C1, Constant *C2, bool isExact) { in getAShr() function in ConstantExpr
|
H A D | Core.cpp | 1685 return wrap(ConstantExpr::getAShr(unwrap<Constant>(LHSConstant), in LLVMConstAShr()
|
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/ |
H A D | llvm.mli | 1214 See the method [llvm::ConstantExpr::getAShr]. *)
|