Lines Matching defs:Overflow
43 bool *Overflow) const {
46 if (Overflow)
47 *Overflow = false;
64 else if (Overflow)
65 *Overflow = true;
74 else if (Overflow)
75 *Overflow = true;
198 bool *Overflow) const {
215 if (Overflow)
216 *Overflow = Overflowed;
222 bool *Overflow) const {
239 if (Overflow)
240 *Overflow = Overflowed;
246 bool *Overflow) const {
295 if (Overflow)
296 *Overflow = Overflowed;
303 bool *Overflow) const {
356 if (Overflow)
357 *Overflow = Overflowed;
363 APFixedPoint APFixedPoint::shl(unsigned Amt, bool *Overflow) const {
391 if (Overflow)
392 *Overflow = Overflowed;
444 APFixedPoint APFixedPoint::negate(bool *Overflow) const {
446 if (Overflow)
447 *Overflow =
453 if (Overflow)
454 *Overflow = false;
463 bool *Overflow) const {
477 if (Overflow) {
479 *Overflow = Result.isNegative() || Result.ugt(DstMax);
481 *Overflow = Result.ugt(DstMax);
483 *Overflow = Result < DstMin || Result > DstMax;
541 bool *Overflow) {
544 return APFixedPoint(Value, IntFXSema).convert(DstFXSema, Overflow);
550 bool *Overflow) {
562 if (Overflow)
563 *Overflow = true;
615 if (Overflow)
616 *Overflow = Overflowed;