Home | History | Annotate | Download | only in TableGen

Lines Matching refs:CheckCondCodeMatcher

604 /// CheckCondCodeMatcher - This checks to see if the current node is a
606 class CheckCondCodeMatcher : public Matcher {
609 CheckCondCodeMatcher(StringRef condcodename)
623 return cast<CheckCondCodeMatcher>(M)->CondCodeName == CondCodeName;