Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Lex/
H A DPPExpressions.cpp716 Res = llvm::APSInt(LHS.Val.sdiv_ov(RHS.Val, Overflow), false); in EvaluateDirectiveSubExpr()
/openbsd/gnu/llvm/llvm/include/llvm/ADT/
H A DAPInt.h1002 APInt sdiv_ov(const APInt &RHS, bool &Overflow) const;
/openbsd/gnu/llvm/llvm/lib/Support/
H A DAPInt.cpp1952 APInt APInt::sdiv_ov(const APInt &RHS, bool &Overflow) const { in sdiv_ov() function in APInt
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGExprScalar.cpp80 Result = LHSAP.sdiv_ov(RHSAP, Overflow); in mayHaveIntegerOverflow()