Searched refs:getSDiv (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| H A D | ConstantFolder.h | 72 return ConstantExpr::getSDiv(LHS, RHS, isExact);
|
| H A D | Constants.h | 987 static Constant *getSDiv(Constant *C1, Constant *C2, bool isExact = false); 1056 return getSDiv(C1, C2, true);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
| H A D | TargetFolder.h | 76 return Fold(ConstantExpr::getSDiv(LHS, RHS, isExact));
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A D | ConstantFold.cpp | 2629 Constant *Div = ConstantExpr::getSDiv(CurrIdx, Factor); in ConstantFoldGetElementPtr()
|
| H A D | Constants.cpp | 2716 Constant *ConstantExpr::getSDiv(Constant *C1, Constant *C2, bool isExact) { in getSDiv() function in ConstantExpr
|
| H A D | Core.cpp | 1615 return wrap(ConstantExpr::getSDiv(unwrap<Constant>(LHSConstant), in LLVMConstSDiv()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/ |
| H A D | llvm.mli | 1149 See the method [llvm::ConstantExpr::getSDiv]. *)
|