Searched refs:sshl_ov (Results 1 – 9 of 9) sorted by relevance
/external/clang/lib/Lex/ |
D | PPExpressions.cpp | 668 Res = llvm::APSInt(LHS.Val.sshl_ov(RHS.Val, Overflow), false); in EvaluateDirectiveSubExpr()
|
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | APInt.h | 834 APInt sshl_ov(unsigned Amt, bool &Overflow) const;
|
/external/llvm/include/llvm/ADT/ |
D | APInt.h | 961 APInt sshl_ov(const APInt &Amt, bool &Overflow) const;
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | APInt.h | 937 APInt sshl_ov(const APInt &Amt, bool &Overflow) const;
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
D | APInt.h | 1104 APInt sshl_ov(const APInt &Amt, bool &Overflow) const;
|
/external/llvm/lib/Support/ |
D | APInt.cpp | 2061 APInt APInt::sshl_ov(const APInt &ShAmt, bool &Overflow) const { in sshl_ov() function in APInt
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | APInt.cpp | 1937 APInt APInt::sshl_ov(const APInt &ShAmt, bool &Overflow) const { in sshl_ov() function in APInt
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | APInt.cpp | 2107 APInt APInt::sshl_ov(unsigned ShAmt, bool &Overflow) const { in sshl_ov() function in APInt
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | APInt.cpp | 2035 APInt APInt::sshl_ov(const APInt &ShAmt, bool &Overflow) const { in sshl_ov() function in APInt
|