Searched refs:ushl_ov (Results 1 – 4 of 4) sorted by relevance
606 Res = LHS.Val.ushl_ov(RHS.Val, Overflow); in EvaluateDirectiveSubExpr()
957 APInt ushl_ov(const APInt &Amt, bool &Overflow) const;
1052 APInt C2ShlC1 = C2->ushl_ov(*C1, Overflow); in visitUDiv()
2080 APInt APInt::ushl_ov(const APInt &ShAmt, bool &Overflow) const { in ushl_ov() function in APInt