llvm::PatternMatch::m_NonZeroFP

Match a floating-point non-zero. For vectors, this includes constants with undefined elements.

Synopsis

Declared in <llvm/IR/PatternMatch.h>

cstfp_pred_ty<is_non_zero_fp>
m_NonZeroFP();

Return Value

A matcher for a floating-point non-zero. For vectors, this includes constants with undefined elements.