Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DPPExpressions.cpp647 Res = llvm::APSInt(LHS.Val.sdiv_ov(RHS.Val, Overflow), false); in EvaluateDirectiveSubExpr()
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DAPInt.h831 APInt sdiv_ov(const APInt &RHS, bool &Overflow) const;
/external/llvm/include/llvm/ADT/
DAPInt.h958 APInt sdiv_ov(const APInt &RHS, bool &Overflow) const;
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h934 APInt sdiv_ov(const APInt &RHS, bool &Overflow) const;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DAPInt.h1101 APInt sdiv_ov(const APInt &RHS, bool &Overflow) const;
/external/llvm/lib/Analysis/
DConstantFolding.cpp867 APInt NewIdx = Offset.sdiv_ov(ElemSize, Overflow); in SymbolicallyEvaluateGEP()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DConstantFolding.cpp922 APInt NewIdx = Offset.sdiv_ov(ElemSize, Overflow); in SymbolicallyEvaluateGEP()
/external/llvm/lib/Support/
DAPInt.cpp2035 APInt APInt::sdiv_ov(const APInt &RHS, bool &Overflow) const { in sdiv_ov() function in APInt
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DAPInt.cpp1911 APInt APInt::sdiv_ov(const APInt &RHS, bool &Overflow) const { in sdiv_ov() function in APInt
/external/swiftshader/third_party/LLVM/lib/Support/
DAPInt.cpp2081 APInt APInt::sdiv_ov(const APInt &RHS, bool &Overflow) const { in sdiv_ov() function in APInt
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DAPInt.cpp2009 APInt APInt::sdiv_ov(const APInt &RHS, bool &Overflow) const { in sdiv_ov() function in APInt