Home
last modified time | relevance | path

Searched refs:sdiv_ov (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPExpressions.cpp718 Res = llvm::APSInt(LHS.Val.sdiv_ov(RHS.Val, Overflow), false); in EvaluateDirectiveSubExpr()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h992 APInt sdiv_ov(const APInt &RHS, bool &Overflow) const;
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp1960 APInt APInt::sdiv_ov(const APInt &RHS, bool &Overflow) const { in sdiv_ov() function in APInt
/freebsd/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheck.cpp177 return LeftOperand.sdiv_ov(RightOperand, Overflow); in exprDiv()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp80 Result = LHSAP.sdiv_ov(RHSAP, Overflow); in mayHaveIntegerOverflow()