Searched refs:CondCodeName (Results 1 – 2 of 2) sorted by relevance
611 StringRef CondCodeName; variable614 : Matcher(CheckCondCode), CondCodeName(condcodename) {} in CheckCondCodeMatcher()616 StringRef getCondCodeName() const { return CondCodeName; } in getCondCodeName()625 return cast<CheckCondCodeMatcher>(M)->CondCodeName == CondCodeName; in isEqualImpl()
212 OS.indent(indent) << "CheckCondCode ISD::" << CondCodeName << '\n'; in printImpl()