Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:P_ZERO

3241       P_ZERO = 1 << 6,       // Positive zero
3248 N_SUBNORMAL | N_ZERO | P_ZERO | P_SUBNORMAL | P_NORMAL | P_INFINITY;
3305 ((Mask & P_ZERO) && Val.isZero() && !Val.isNegative()) ||