Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Lex/
DPPExpressions.cpp697 Res = llvm::APSInt(LHS.Val.sdiv_ov(RHS.Val, Overflow), false); in EvaluateDirectiveSubExpr()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ADT/
DAPInt.h1118 APInt sdiv_ov(const APInt &RHS, bool &Overflow) const;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
DAPInt.cpp1985 APInt APInt::sdiv_ov(const APInt &RHS, bool &Overflow) const { in sdiv_ov() function in APInt
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DConstantFolding.cpp1022 APInt NewIdx = Offset.sdiv_ov(ElemSize, Overflow); in SymbolicallyEvaluateGEP()
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGExprScalar.cpp84 Result = LHSAP.sdiv_ov(RHSAP, Overflow); in mayHaveIntegerOverflow()