Matches a call to the llvm.fabs intrinsic.
Declared in <llvm/IR/PatternMatch.h>
template<typename Opnd0>
auto
m_FAbs(Opnd0 const& Op0);
A matcher for a call to the llvm.fabs intrinsic.
| Name | Description |
|---|---|
| Op0 | Operand matcher for the floating-point value. |