LLVM 22.0.0git
|
#include "llvm/CodeGen/SDPatternMatch.h"
Public Member Functions | |
Zero_match (bool AllowUndefs) | |
template<typename MatchContext> | |
bool | match (const MatchContext &, SDValue N) const |
Public Attributes | |
bool | AllowUndefs |
Definition at line 1130 of file SDPatternMatch.h.
|
inlineexplicit |
Definition at line 1133 of file SDPatternMatch.h.
References AllowUndefs.
|
inline |
Definition at line 1136 of file SDPatternMatch.h.
References AllowUndefs, llvm::isZeroOrZeroSplat(), and N.
bool llvm::SDPatternMatch::Zero_match::AllowUndefs |
Definition at line 1131 of file SDPatternMatch.h.
Referenced by match(), and Zero_match().