|
LLVM 22.0.0git
|
#include "llvm/CodeGen/SDPatternMatch.h"
Public Member Functions | |
| SpecificNeg_match (SDValue V) | |
| template<typename MatchContext> | |
| bool | match (const MatchContext &Ctx, SDValue N) |
Public Attributes | |
| SDValue | V |
Definition at line 1307 of file SDPatternMatch.h.
|
inlineexplicit |
Definition at line 1310 of file SDPatternMatch.h.
References V.
|
inline |
Definition at line 1313 of file SDPatternMatch.h.
References LHS, llvm::SDPatternMatch::m_Neg(), llvm::SDPatternMatch::m_Specific(), llvm::ISD::matchBinaryPredicate(), N, RHS, llvm::SDPatternMatch::sd_context_match(), and V.
| SDValue llvm::SDPatternMatch::SpecificNeg_match::V |
Definition at line 1308 of file SDPatternMatch.h.
Referenced by match(), and SpecificNeg_match().