Searched refs:CondCodeName (Results 1 – 2 of 2) sorted by relevance
622 StringRef CondCodeName; variable625 : Matcher(CheckCondCode), CondCodeName(condcodename) {} in CheckCondCodeMatcher()627 StringRef getCondCodeName() const { return CondCodeName; } in getCondCodeName()636 return cast<CheckCondCodeMatcher>(M)->CondCodeName == CondCodeName; in isEqualImpl()644 StringRef CondCodeName; variable647 : Matcher(CheckChild2CondCode), CondCodeName(condcodename) {} in CheckChild2CondCodeMatcher()649 StringRef getCondCodeName() const { return CondCodeName; } in getCondCodeName()658 return cast<CheckChild2CondCodeMatcher>(M)->CondCodeName == CondCodeName; in isEqualImpl()
211 OS.indent(indent) << "CheckCondCode ISD::" << CondCodeName << '\n'; in printImpl()216 OS.indent(indent) << "CheckChild2CondCode ISD::" << CondCodeName << '\n'; in printImpl()