Home | History | Annotate | Download | only in TableGen

Lines Matching refs:CheckCondCodeMatcher

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