ΒΆtemplate <typename RHS>
inline BinaryOp_match<
cstfp_pred_ty<
llvm::PatternMatch::is_any_zero_fp>,
RHS,
Instruction::FSub>
m_FNegNSZ(const RHS& X)
template <typename RHS>
inline BinaryOp_match<
cstfp_pred_ty<
llvm::PatternMatch::is_any_zero_fp>,
RHS,
Instruction::FSub>
m_FNegNSZ(const RHS& X)
Description
Match 'fneg X' as 'fsub +-0.0, X'.
Declared at: llvm/include/llvm/IR/PatternMatch.h:1040
Templates
- RHS
Parameters
- const RHS& X