Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h292 IEK_Inf = INT_MAX enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstCombineIntrinsic.cpp588 if (Exp == APFloat::IEK_NaN || Exp == APFloat::IEK_Inf) in instCombineIntrinsic()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp4631 return IEEEFloat::IEK_Inf; in ilogb()
4674 if (Exp == IEEEFloat::IEK_Inf) in frexp()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp7654 if (Exp == APFloat::IEK_Inf) { in foldFCmpIntToFPConst()