Searched refs:sdiv_ov (Results 1 – 11 of 11) sorted by relevance
/external/clang/lib/Lex/ |
D | PPExpressions.cpp | 647 Res = llvm::APSInt(LHS.Val.sdiv_ov(RHS.Val, Overflow), false); in EvaluateDirectiveSubExpr()
|
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | APInt.h | 831 APInt sdiv_ov(const APInt &RHS, bool &Overflow) const;
|
/external/llvm/include/llvm/ADT/ |
D | APInt.h | 958 APInt sdiv_ov(const APInt &RHS, bool &Overflow) const;
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | APInt.h | 934 APInt sdiv_ov(const APInt &RHS, bool &Overflow) const;
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
D | APInt.h | 1101 APInt sdiv_ov(const APInt &RHS, bool &Overflow) const;
|
/external/llvm/lib/Analysis/ |
D | ConstantFolding.cpp | 867 APInt NewIdx = Offset.sdiv_ov(ElemSize, Overflow); in SymbolicallyEvaluateGEP()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | ConstantFolding.cpp | 922 APInt NewIdx = Offset.sdiv_ov(ElemSize, Overflow); in SymbolicallyEvaluateGEP()
|
/external/llvm/lib/Support/ |
D | APInt.cpp | 2035 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/ |
D | APInt.cpp | 1911 APInt APInt::sdiv_ov(const APInt &RHS, bool &Overflow) const { in sdiv_ov() function in APInt
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | APInt.cpp | 2081 APInt APInt::sdiv_ov(const APInt &RHS, bool &Overflow) const { in sdiv_ov() function in APInt
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | APInt.cpp | 2009 APInt APInt::sdiv_ov(const APInt &RHS, bool &Overflow) const { in sdiv_ov() function in APInt
|