llvm::PatternMatch::m_NonZeroNotDenormalFP

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

Synopsis

Declared in <llvm/IR/PatternMatch.h>

cstfp_pred_ty<is_non_zero_not_denormal_fp>
m_NonZeroNotDenormalFP();

Return Value

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