Searched refs:N_NORMAL (Results 1 – 4 of 4) sorted by relevance
360 N_NORMAL = 1 << 3, // Negative normal enumerator
114 N_NORMAL = 1 << 3, // Negative normal enumerator
8338 const uint32_t Mask = SIInstrFlags::N_NORMAL | in performAndCombine()9902 SIInstrFlags::N_NORMAL | in performSetCCCombine()
3516 N_NORMAL = 1 << 3, // Negative normal in visitCallInst() enumerator3525 const uint32_t FullMask = S_NAN | Q_NAN | N_INFINITY | N_NORMAL | in visitCallInst()3596 ((Mask & N_NORMAL) && Val.isNormal() && Val.isNegative()) || in visitCallInst()