Home
last modified time | relevance | path

Searched refs:sshl_ov (Results 1 – 9 of 9) sorted by relevance

/external/clang/lib/Lex/
DPPExpressions.cpp668 Res = llvm::APSInt(LHS.Val.sshl_ov(RHS.Val, Overflow), false); in EvaluateDirectiveSubExpr()
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DAPInt.h834 APInt sshl_ov(unsigned Amt, bool &Overflow) const;
/external/llvm/include/llvm/ADT/
DAPInt.h961 APInt sshl_ov(const APInt &Amt, bool &Overflow) const;
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h937 APInt sshl_ov(const APInt &Amt, bool &Overflow) const;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DAPInt.h1104 APInt sshl_ov(const APInt &Amt, bool &Overflow) const;
/external/llvm/lib/Support/
DAPInt.cpp2061 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/
DAPInt.cpp1937 APInt APInt::sshl_ov(const APInt &ShAmt, bool &Overflow) const { in sshl_ov() function in APInt
/external/swiftshader/third_party/LLVM/lib/Support/
DAPInt.cpp2107 APInt APInt::sshl_ov(unsigned ShAmt, bool &Overflow) const { in sshl_ov() function in APInt
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DAPInt.cpp2035 APInt APInt::sshl_ov(const APInt &ShAmt, bool &Overflow) const { in sshl_ov() function in APInt