LLVM 22.0.0git
|
#include "llvm/CodeGen/SDPatternMatch.h"
Public Member Functions | |
Ones_match (bool AllowUndefs) | |
template<typename MatchContext > | |
bool | match (const MatchContext &, SDValue N) |
Public Attributes | |
bool | AllowUndefs |
Definition at line 1140 of file SDPatternMatch.h.
|
inline |
Definition at line 1143 of file SDPatternMatch.h.
|
inline |
Definition at line 1145 of file SDPatternMatch.h.
References AllowUndefs, llvm::isOnesOrOnesSplat(), and N.
bool llvm::SDPatternMatch::Ones_match::AllowUndefs |
Definition at line 1141 of file SDPatternMatch.h.
Referenced by match().