Home | History | Annotate | Download | only in TableGen

Lines Matching refs:CheckOrImmMatcher

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