reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
759 if (CmpLess && IVBump < 0) 763 if (CmpGreater && IVBump > 0) 785 bool Exact = (Dist % IVBump) == 0; 790 if ((Dist < 0) ^ (IVBump < 0)) 807 int64_t Dist1 = (IVBump > 0) ? (Dist + (IVBump - 1)) / IVBump 807 int64_t Dist1 = (IVBump > 0) ? (Dist + (IVBump - 1)) / IVBump 807 int64_t Dist1 = (IVBump > 0) ? (Dist + (IVBump - 1)) / IVBump 808 : (-Dist + (-IVBump - 1)) / (-IVBump); 808 : (-Dist + (-IVBump - 1)) / (-IVBump); 825 if (!isPowerOf2_64(std::abs(IVBump))) 842 if (IVBump < 0) { 844 IVBump = -IVBump; 844 IVBump = -IVBump; 879 StartV -= (IVBump-1); 881 EndV += (IVBump-1); 883 AdjV += (IVBump-1); 966 if (IVBump == 1) { 971 unsigned Shift = Log2_32(IVBump);