llvm::PatternMatch::m_PosInf

Match a positive infinity FP constant. For vectors, this includes constants with undefined elements.

Synopsis

Declared in <llvm/IR/PatternMatch.h>

cstfp_pred_ty<is_signed_inf<false>>
m_PosInf();

Return Value

A matcher for a positive infinity FP constant. For vectors, this includes constants with undefined elements.