LLVM 22.0.0git
|
#include "llvm/CodeGen/SDPatternMatch.h"
Public Member Functions | |
CondCode_match (ISD::CondCode CC) | |
CondCode_match (ISD::CondCode *CC) | |
template<typename MatchContext> | |
bool | match (const MatchContext &, SDValue N) |
Public Attributes | |
std::optional< ISD::CondCode > | CCToMatch |
ISD::CondCode * | BindCC = nullptr |
Definition at line 1214 of file SDPatternMatch.h.
|
inlineexplicit |
Definition at line 1218 of file SDPatternMatch.h.
References CCToMatch.
|
inlineexplicit |
Definition at line 1220 of file SDPatternMatch.h.
References BindCC.
|
inline |
Definition at line 1222 of file SDPatternMatch.h.
References BindCC, CCToMatch, llvm::dyn_cast(), and N.
ISD::CondCode* llvm::SDPatternMatch::CondCode_match::BindCC = nullptr |
Definition at line 1216 of file SDPatternMatch.h.
Referenced by CondCode_match(), and match().
std::optional<ISD::CondCode> llvm::SDPatternMatch::CondCode_match::CCToMatch |
Definition at line 1215 of file SDPatternMatch.h.
Referenced by CondCode_match(), and match().