Searched refs:MatchVal (Results 1 – 1 of 1) sorted by relevance
86 SDValue MatchVal; member90 explicit Value_match(SDValue Match) : MatchVal(Match) {} in Value_match()93 if (MatchVal) in match()94 return MatchVal == N; in match()108 SDValue &MatchVal; member110 explicit DeferredValue_match(SDValue &Match) : MatchVal(Match) {} in DeferredValue_match()113 return N == MatchVal; in match()