Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DPPExpressions.cpp581 Res = llvm::APSInt(LHS.Val.sdiv_ov(RHS.Val, Overflow), false); in EvaluateDirectiveSubExpr()
/external/llvm/include/llvm/ADT/
DAPInt.h953 APInt sdiv_ov(const APInt &RHS, bool &Overflow) const;
/external/llvm/lib/Support/
DAPInt.cpp2031 APInt APInt::sdiv_ov(const APInt &RHS, bool &Overflow) const { in sdiv_ov() function in APInt