Lines Matching refs:NonZero
63 NonZero = 0x0002, enumerator
68 NumericProperties = (Zero|NonZero|Finite|Infinity|NaN|SignedZero),
435 uint32_t Props = (NonZero | Finite); in deduce()
443 uint32_t Props = CF->isNegative() ? (NegOrZero|NonZero) in deduce()
447 Props = (Props & ~NumericProperties) | NonZero; in deduce()
486 if (Ps & ConstantProperties::NonZero) in print()
1261 else if (Props & ConstantProperties::NonZero) in evaluateCMPpi()
1315 bool NonZero1 = (Props1 & P::NonZero), NonZero2 = (Props2 & P::NonZero); in evaluateCMPpp()
2008 bool NonZero = (Opc == Hexagon::PS_true); in evaluate() local
2009 uint32_t P = NonZero ? ConstantProperties::NonZero in evaluate()
2308 else if (Props & ConstantProperties::NonZero) in evaluate()
2587 uint32_t P = Result ? ConstantProperties::NonZero in evaluateHexCompare()
2687 else if (Ps & ConstantProperties::NonZero) in evaluateHexCondMove()
2878 if (!(Ps & (P::Zero|P::NonZero))) in rewriteHexConstDefs()