Searched refs:N_NORMAL (Results 1 – 9 of 9) sorted by relevance
78 N_NORMAL = 1 << 3, // Negative normal enumerator
2551 const uint32_t Mask = SIInstrFlags::N_NORMAL | in performAndCombine()
327 N_NORMAL = 1 << 3, // Negative normal enumerator
261 N_NORMAL = 1 << 3, // Negative normal in instCombineIntrinsic() enumerator270 const uint32_t FullMask = S_NAN | Q_NAN | N_INFINITY | N_NORMAL | in instCombineIntrinsic()348 ((Mask & N_NORMAL) && Val.isNormal() && Val.isNegative()) || in instCombineIntrinsic()
118 N_NORMAL = 1 << 3, // Negative normal enumerator
9052 const uint32_t Mask = SIInstrFlags::N_NORMAL | in performAndCombine()10655 SIInstrFlags::N_NORMAL | in performSetCCCombine()
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()