Searched refs:getSDiv (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstantFolder.h72 return ConstantExpr::getSDiv(LHS, RHS, isExact);
H A DConstants.h954 static Constant *getSDiv(Constant *C1, Constant *C2, bool isExact = false);
1022 return getSDiv(C1, C2, true);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetFolder.h76 return Fold(ConstantExpr::getSDiv(LHS, RHS, isExact));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstantFold.cpp2535 Constant *Div = ConstantExpr::getSDiv(CurrIdx, Factor);
H A DConstants.cpp2519 Constant *ConstantExpr::getSDiv(Constant *C1, Constant *C2, bool isExact) { function in class:ConstantExpr
H A DCore.cpp1575 return wrap(ConstantExpr::getSDiv(unwrap<Constant>(LHSConstant),

Completed in 144 milliseconds