Home
last modified time | relevance | path

Searched defs:is_inf (Results 1 – 2 of 2) sorted by relevance

/llvm-project/libc/src/__support/
H A Dfloat_to_string.h431 LIBC_INLINE constexpr bool is_inf() { return float_bits.is_inf(); } is_inf() function
/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h721 struct is_inf { struct
726 inline cstfp_pred_ty<is_inf> m_Inf() { return cstfp_pred_ty<is_inf>(); } in m_Inf() argument