Searched refs:sshl_ov (Results 1 – 4 of 4) sorted by relevance
937 APInt sshl_ov(const APInt &Amt, bool &Overflow) const;
1121 APInt sshl_ov(const APInt &Amt, bool &Overflow) const;
2015 APInt APInt::sshl_ov(const APInt &ShAmt, bool &Overflow) const { in sshl_ov() function in APInt2100 APInt Res = sshl_ov(RHS, Overflow); in sshl_sat()
2020 APInt APInt::sshl_ov(const APInt &ShAmt, bool &Overflow) const { in sshl_ov() function in APInt