LLVM 20.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 900 of file SDPatternMatch.h.
|
inlineexplicit |
Definition at line 904 of file SDPatternMatch.h.
|
inlineexplicit |
Definition at line 906 of file SDPatternMatch.h.
ISD::CondCode* llvm::SDPatternMatch::CondCode_match::BindCC = nullptr |
Definition at line 902 of file SDPatternMatch.h.
Referenced by match().
std::optional<ISD::CondCode> llvm::SDPatternMatch::CondCode_match::CCToMatch |
Definition at line 901 of file SDPatternMatch.h.
Referenced by match().