Searched refs:getSDiv (Results 1 – 7 of 7) sorted by relevance
| /NextBSD/contrib/llvm/include/llvm/IR/ |
| HD | ConstantFolder.h | 61 return ConstantExpr::getSDiv(LHS, RHS, isExact);
|
| HD | Constants.h | 905 static Constant *getSDiv(Constant *C1, Constant *C2, bool isExact = false); 964 return getSDiv(C1, C2, true);
|
| /NextBSD/contrib/llvm/include/llvm/Analysis/ |
| HD | TargetFolder.h | 75 return Fold(ConstantExpr::getSDiv(LHS, RHS, isExact));
|
| /NextBSD/contrib/llvm/lib/IR/ |
| HD | ConstantFold.cpp | 2190 Constant *Div = ConstantExpr::getSDiv(CI, Factor); in ConstantFoldGetElementPtrImpl()
|
| HD | Core.cpp | 1089 return wrap(ConstantExpr::getSDiv(unwrap<Constant>(LHSConstant), in LLVMConstSDiv()
|
| HD | Constants.cpp | 2296 Constant *ConstantExpr::getSDiv(Constant *C1, Constant *C2, bool isExact) { in getSDiv() function in ConstantExpr
|
| /NextBSD/contrib/llvm/lib/Transforms/InstCombine/ |
| HD | InstCombineCompares.cpp | 825 bool ProdOV = (DivIsSigned ? ConstantExpr::getSDiv(Prod, DivRHS) : in FoldICmpDivCst()
|