Lines Matching refs:Overflow
33 bool *Overflow) const {
36 if (Overflow)
37 *Overflow = false;
54 else if (Overflow)
55 *Overflow = true;
64 else if (Overflow)
65 *Overflow = true;
188 bool *Overflow) const {
205 if (Overflow)
206 *Overflow = Overflowed;
212 bool *Overflow) const {
229 if (Overflow)
230 *Overflow = Overflowed;
236 bool *Overflow) const {
285 if (Overflow)
286 *Overflow = Overflowed;
293 bool *Overflow) const {
346 if (Overflow)
347 *Overflow = Overflowed;
353 APFixedPoint APFixedPoint::shl(unsigned Amt, bool *Overflow) const {
381 if (Overflow)
382 *Overflow = Overflowed;
434 APFixedPoint APFixedPoint::negate(bool *Overflow) const {
436 if (Overflow)
437 *Overflow =
443 if (Overflow)
444 *Overflow = false;
453 bool *Overflow) const {
467 if (Overflow) {
469 *Overflow = Result.isNegative() || Result.ugt(DstMax);
471 *Overflow = Result.ugt(DstMax);
473 *Overflow = Result < DstMin || Result > DstMax;
531 bool *Overflow) {
534 return APFixedPoint(Value, IntFXSema).convert(DstFXSema, Overflow);
540 bool *Overflow) {
552 if (Overflow)
553 *Overflow = true;
605 if (Overflow)
606 *Overflow = Overflowed;