Searched refs:ushl_ov (Results 1 – 9 of 9) sorted by relevance
666 Res = LHS.Val.ushl_ov(RHS.Val, Overflow); in EvaluateDirectiveSubExpr()
962 APInt ushl_ov(const APInt &Amt, bool &Overflow) const;
938 APInt ushl_ov(const APInt &Amt, bool &Overflow) const;
1105 APInt ushl_ov(const APInt &Amt, bool &Overflow) const;
1076 APInt C2ShlC1 = C2->ushl_ov(*C1, Overflow); in visitUDiv()
949 APInt C2ShlC1 = C2->ushl_ov(*C1, Overflow); in visitUDiv()
2074 APInt APInt::ushl_ov(const APInt &ShAmt, bool &Overflow) const { in ushl_ov() function in APInt
2048 APInt APInt::ushl_ov(const APInt &ShAmt, bool &Overflow) const { in ushl_ov() function in APInt
1950 APInt APInt::ushl_ov(const APInt &ShAmt, bool &Overflow) const { in ushl_ov() function in APInt