|
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 1257 of file SDPatternMatch.h.
|
inlineexplicit |
Definition at line 1261 of file SDPatternMatch.h.
References CCToMatch.
|
inlineexplicit |
Definition at line 1263 of file SDPatternMatch.h.
References BindCC.
|
inline |
Definition at line 1265 of file SDPatternMatch.h.
References BindCC, CCToMatch, llvm::dyn_cast(), and N.
| ISD::CondCode* llvm::SDPatternMatch::CondCode_match::BindCC = nullptr |
Definition at line 1259 of file SDPatternMatch.h.
Referenced by CondCode_match(), and match().
| std::optional<ISD::CondCode> llvm::SDPatternMatch::CondCode_match::CCToMatch |
Definition at line 1258 of file SDPatternMatch.h.
Referenced by CondCode_match(), and match().