Searched refs:getSDiv (Results 1 – 7 of 7) sorted by relevance
| /freebsd-9-stable/contrib/llvm/include/llvm/Support/ |
| D | ConstantFolder.h | 61 return ConstantExpr::getSDiv(LHS, RHS, isExact);
|
| D | TargetFolder.h | 75 return Fold(ConstantExpr::getSDiv(LHS, RHS, isExact));
|
| /freebsd-9-stable/contrib/llvm/include/llvm/IR/ |
| D | Constants.h | 841 static Constant *getSDiv(Constant *C1, Constant *C2, bool isExact = false); 894 return getSDiv(C1, C2, true);
|
| /freebsd-9-stable/contrib/llvm/lib/IR/ |
| D | ConstantFold.cpp | 2087 Constant *Div = ConstantExpr::getSDiv(CI, Factor); in ConstantFoldGetElementPtrImpl()
|
| D | Constants.cpp | 2078 Constant *ConstantExpr::getSDiv(Constant *C1, Constant *C2, bool isExact) { in getSDiv() function in ConstantExpr
|
| D | Core.cpp | 885 return wrap(ConstantExpr::getSDiv(unwrap<Constant>(LHSConstant), in LLVMConstSDiv()
|
| /freebsd-9-stable/contrib/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineCompares.cpp | 844 bool ProdOV = (DivIsSigned ? ConstantExpr::getSDiv(Prod, DivRHS) : in FoldICmpDivCst()
|