Searched refs:P_NORMAL (Results 1 – 9 of 9) sorted by relevance
83 P_NORMAL = 1 << 8, // Positive normal enumerator
2556 SIInstrFlags::P_NORMAL; in performAndCombine()
332 P_NORMAL = 1 << 8, // Positive normal enumerator
266 P_NORMAL = 1 << 8, // Positive normal in instCombineIntrinsic() enumerator272 P_NORMAL | P_INFINITY; in instCombineIntrinsic()353 ((Mask & P_NORMAL) && Val.isNormal() && !Val.isNegative()) || in instCombineIntrinsic()
123 P_NORMAL = 1 << 8, // Positive normal enumerator
9057 SIInstrFlags::P_NORMAL; in performAndCombine()10656 SIInstrFlags::P_NORMAL | in performSetCCCombine()
119 P_NORMAL = 1 << 8, // Positive normal enumerator
8343 SIInstrFlags::P_NORMAL; in performAndCombine()9903 SIInstrFlags::P_NORMAL | in performSetCCCombine()
3521 P_NORMAL = 1 << 8, // Positive normal in visitCallInst() enumerator3526 N_SUBNORMAL | N_ZERO | P_ZERO | P_SUBNORMAL | P_NORMAL | P_INFINITY; in visitCallInst()3601 ((Mask & P_NORMAL) && Val.isNormal() && !Val.isNegative()) || in visitCallInst()