|
LLVM 23.0.0git
|
#include "llvm/IR/PatternMatch.h"
Public Member Functions | |
| AllowFmf_match (const SubPattern_t &SP) | |
| template<typename OpTy> | |
| bool | match (OpTy *V) const |
Public Attributes | |
| SubPattern_t | SubPattern |
| FastMathFlags | FMF |
Definition at line 79 of file PatternMatch.h.
|
inline |
Definition at line 83 of file PatternMatch.h.
References FMF, and SubPattern.
|
inline |
Definition at line 85 of file PatternMatch.h.
References llvm::dyn_cast(), FMF, I, and SubPattern.
| FastMathFlags llvm::PatternMatch::AllowFmf_match< SubPattern_t, Flag >::FMF |
Definition at line 81 of file PatternMatch.h.
Referenced by AllowFmf_match(), and match().
| SubPattern_t llvm::PatternMatch::AllowFmf_match< SubPattern_t, Flag >::SubPattern |
Definition at line 80 of file PatternMatch.h.
Referenced by AllowFmf_match(), and match().