Lines Matching refs:Overflow
931 // Operations that return overflow indicators.
932 APInt sadd_ov(const APInt &RHS, bool &Overflow) const;
933 APInt uadd_ov(const APInt &RHS, bool &Overflow) const;
934 APInt ssub_ov(const APInt &RHS, bool &Overflow) const;
935 APInt usub_ov(const APInt &RHS, bool &Overflow) const;
936 APInt sdiv_ov(const APInt &RHS, bool &Overflow) const;
937 APInt smul_ov(const APInt &RHS, bool &Overflow) const;
938 APInt umul_ov(const APInt &RHS, bool &Overflow) const;
939 APInt sshl_ov(unsigned Amt, bool &Overflow
1626 /// If DSTPARTS == SRC_PARTS + 1 no overflow occurs and zero is returned.
1629 /// otherwise overflow occurred and return one.
1637 /// overflow occurred, otherwise zero. DST must be disjoint from both
1643 /// operands. No overflow occurs. DST must be disjoint from both