Searched refs:N_NORMAL (Results 1 – 6 of 6) sorted by relevance
78 N_NORMAL = 1 << 3, // Negative normal enumerator
2551 const uint32_t Mask = SIInstrFlags::N_NORMAL | in performAndCombine()
100 N_NORMAL = 1 << 3, // Negative normal enumerator
6457 const uint32_t Mask = SIInstrFlags::N_NORMAL | in performAndCombine()
3238 N_NORMAL = 1 << 3, // Negative normal in visitCallInst() enumerator3247 const uint32_t FullMask = S_NAN | Q_NAN | N_INFINITY | N_NORMAL | in visitCallInst()3302 ((Mask & N_NORMAL) && Val.isNormal() && Val.isNegative()) || in visitCallInst()
9144 N_NORMAL = 1 << 3, // Negative normal enumerator