reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
68 NumericProperties = (Zero|NonZero|Finite|Infinity|NaN|SignedZero), 426 uint32_t Props = (NonZero | Finite); 434 uint32_t Props = CF->isNegative() ? (NegOrZero|NonZero) 438 Props = (Props & ~NumericProperties) | NonZero; 477 if (Ps & ConstantProperties::NonZero) 1252 else if (Props & ConstantProperties::NonZero) 1306 bool NonZero1 = (Props1 & P::NonZero), NonZero2 = (Props2 & P::NonZero); 1306 bool NonZero1 = (Props1 & P::NonZero), NonZero2 = (Props2 & P::NonZero); 2000 uint32_t P = NonZero ? ConstantProperties::NonZero 2299 else if (Props & ConstantProperties::NonZero) 2578 uint32_t P = Result ? ConstantProperties::NonZero 2678 else if (Ps & ConstantProperties::NonZero) 2866 if (!(Ps & (P::Zero|P::NonZero)))