Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:N_NORMAL

3238       N_NORMAL = 1 << 3,     // Negative normal
3247 const uint32_t FullMask = S_NAN | Q_NAN | N_INFINITY | N_NORMAL |
3302 ((Mask & N_NORMAL) && Val.isNormal() && Val.isNegative()) ||