Searched refs:CondCodeName (Results 1 – 2 of 2) sorted by relevance
641 StringRef CondCodeName; variable645 : Matcher(CheckCondCode), CondCodeName(condcodename) {} in CheckCondCodeMatcher()647 StringRef getCondCodeName() const { return CondCodeName; } in getCondCodeName()656 return cast<CheckCondCodeMatcher>(M)->CondCodeName == CondCodeName; in isEqualImpl()664 StringRef CondCodeName; variable668 : Matcher(CheckChild2CondCode), CondCodeName(condcodename) {} in CheckChild2CondCodeMatcher()670 StringRef getCondCodeName() const { return CondCodeName; } in getCondCodeName()679 return cast<CheckChild2CondCodeMatcher>(M)->CondCodeName == CondCodeName; in isEqualImpl()
212 OS.indent(indent) << "CheckCondCode ISD::" << CondCodeName << '\n'; in printImpl()217 OS.indent(indent) << "CheckChild2CondCode ISD::" << CondCodeName << '\n'; in printImpl()