|
LLVM 24.0.0git
|
#include "llvm/CodeGen/SDPatternMatch.h"
Public Member Functions | |
| AllOnes_match (bool AllowUndefs) | |
| template<typename MatchContext> | |
| bool | match (const MatchContext &, SDValue N) |
Public Attributes | |
| bool | AllowUndefs |
Definition at line 1464 of file SDPatternMatch.h.
|
inline |
Definition at line 1467 of file SDPatternMatch.h.
References AllowUndefs.
|
inline |
Definition at line 1469 of file SDPatternMatch.h.
References AllowUndefs, llvm::isAllOnesOrAllOnesSplat(), and N.
| bool llvm::SDPatternMatch::AllOnes_match::AllowUndefs |
Definition at line 1465 of file SDPatternMatch.h.
Referenced by AllOnes_match(), and match().