Home | History | Annotate | Download | only in TableGen

Lines Matching refs:CheckOrImmMatcher

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