reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
338 ScaledConstant = (int) C->getZExtValue(); 339 if ((ScaledConstant % Scale) != 0) 342 ScaledConstant /= Scale; 343 return ScaledConstant >= RangeMin && ScaledConstant < RangeMax; 343 return ScaledConstant >= RangeMin && ScaledConstant < RangeMax;