reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Basic/FixedPoint.cpp
   67   bool OtherSigned = OtherVal.isSigned();
   69   unsigned OtherWidth = OtherVal.getBitWidth();
   78   OtherVal = OtherVal.extOrTrunc(CommonWidth);
   78   OtherVal = OtherVal.extOrTrunc(CommonWidth);
   82   OtherVal = OtherVal.shl(CommonScale - OtherScale);
   82   OtherVal = OtherVal.shl(CommonScale - OtherScale);
   85     if (ThisVal.sgt(OtherVal))
   87     else if (ThisVal.slt(OtherVal))
   90     if (ThisVal.ugt(OtherVal))
   92     else if (ThisVal.ult(OtherVal))
   97     else if (ThisVal.ugt(OtherVal))
   99     else if (ThisVal.ult(OtherVal))
  103     if (OtherVal.isSignBitSet())
  105     else if (ThisVal.ugt(OtherVal))
  107     else if (ThisVal.ult(OtherVal))