llvm::PatternMatch::m_FAbs

Matches a call to the llvm.fabs intrinsic.

Synopsis

Declared in <llvm/IR/PatternMatch.h>

template<typename Opnd0>
auto
m_FAbs(Opnd0 const& Op0);

Return Value

A matcher for a call to the llvm.fabs intrinsic.

Parameters

NameDescription
Op0Operand matcher for the floating-point value.