Home | History | Annotate | Download | only in TableGen

Lines Matching refs:CheckOrImmMatcher

725 /// CheckOrImmMatcher - This checks to see if the current node is an 'and'
727 class CheckOrImmMatcher : public Matcher {
730 CheckOrImmMatcher(int64_t value)
744 return cast<CheckOrImmMatcher>(M)->Value == Value;