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 1129 of file SDPatternMatch.h.
|
inlineexplicit |
Definition at line 1132 of file SDPatternMatch.h.
|
inline |
Definition at line 1135 of file SDPatternMatch.h.
References AllowUndefs, llvm::isZeroOrZeroSplat(), and N.
bool llvm::SDPatternMatch::Zero_match::AllowUndefs |
Definition at line 1130 of file SDPatternMatch.h.
Referenced by match().