Home
last modified time | relevance | path

Searched refs:IEK_Inf (Results 1 – 6 of 6) sorted by relevance

/external/llvm/include/llvm/ADT/
DAPFloat.h504 IEK_Inf = INT_MAX enumerator
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPFloat.h198 IEK_Inf = INT_MAX enumerator
/external/llvm/lib/Support/
DAPFloat.cpp3960 return APFloat::IEK_Inf; in ilogb()
4003 if (Exp == APFloat::IEK_Inf) in frexp()
/external/llvm/unittests/ADT/
DAPFloatTest.cpp2841 EXPECT_EQ(APFloat::IEK_Inf, in TEST()
2843 EXPECT_EQ(APFloat::IEK_Inf, in TEST()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp2186 if (Exp == APFloat::IEK_NaN || Exp == APFloat::IEK_Inf) in visitCallInst()
DInstCombineCompares.cpp4348 if (Exp == APFloat::IEK_Inf) { in FoldFCmp_IntToFP_Cst()