Lines Matching defs:CondCodeName
641 StringRef CondCodeName;
645 : Matcher(CheckCondCode), CondCodeName(condcodename) {}
647 StringRef getCondCodeName() const { return CondCodeName; }
656 return cast<CheckCondCodeMatcher>(M)->CondCodeName == CondCodeName;
664 StringRef CondCodeName;
668 : Matcher(CheckChild2CondCode), CondCodeName(condcodename) {}
670 StringRef getCondCodeName() const { return CondCodeName; }
679 return cast<CheckChild2CondCodeMatcher>(M)->CondCodeName == CondCodeName;