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

References

lib/Support/KnownBits.cpp
   59     KnownOut = ::computeForAddCarry(
   64     KnownOut = ::computeForAddCarry(
   69   if (!KnownOut.isNegative() && !KnownOut.isNonNegative()) {
   69   if (!KnownOut.isNegative() && !KnownOut.isNonNegative()) {
   74         KnownOut.makeNonNegative();
   78         KnownOut.makeNegative();
   82   return KnownOut;