Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:N_SUBNORMAL

3239       N_SUBNORMAL = 1 << 4,  // Negative subnormal
3248 N_SUBNORMAL | N_ZERO | P_ZERO | P_SUBNORMAL | P_NORMAL | P_INFINITY;
3303 ((Mask & N_SUBNORMAL) && Val.isDenormal() && Val.isNegative()) ||