Searched defs:IsNaN (Results 1 – 8 of 8) sorted by relevance
97 constexpr RT_API_ATTRS bool IsNaN() const { in IsNaN() function
61 TEST(Numeric, IsNaN) { in TEST() argument
227 inline bool IsNaN(std::uint32_t x) { IsNaN() function 231 inline bool IsNaN(std::uint64_t x) { IsNaN() function
4280 const bool IsNaN = (RHSClass & ~fcNan) == fcNone; fcmpImpliesClass() local
11233 SDValue IsNaN = DAG.getSetCC( expandFP_ROUND() local
9985 SDValue IsNaN = DAG.getNode( lowerVPREDUCE() local
4301 SDValue IsNaN = DAG.getSetCC( LowerFP_ROUND() local [all...]
28441 SDValue IsNaN = DAG.getSetCC(DL, SetCCType, NewX, NewX, ISD::SETUO); LowerFMINIMUM_FMAXIMUM() local [all...]