Searched refs:CondCodeName (Results 1 – 2 of 2) sorted by relevance
655 StringRef CondCodeName; variable658 : Matcher(CheckCondCode), CondCodeName(condcodename) {} in CheckCondCodeMatcher()660 StringRef getCondCodeName() const { return CondCodeName; } in getCondCodeName()669 return cast<CheckCondCodeMatcher>(M)->CondCodeName == CondCodeName; in isEqualImpl()677 StringRef CondCodeName; variable680 : Matcher(CheckChild2CondCode), CondCodeName(condcodename) {} in CheckChild2CondCodeMatcher()682 StringRef getCondCodeName() const { return CondCodeName; } in getCondCodeName()691 return cast<CheckChild2CondCodeMatcher>(M)->CondCodeName == CondCodeName; in isEqualImpl()
217 OS.indent(indent) << "CheckCondCode ISD::" << CondCodeName << '\n'; in printImpl()222 OS.indent(indent) << "CheckChild2CondCode ISD::" << CondCodeName << '\n'; in printImpl()