Home | History | Annotate | Download | only in TableGen

Lines Matching refs:CheckIntegerMatcher

579 /// CheckIntegerMatcher - This checks to see if the current node is a
581 class CheckIntegerMatcher : public Matcher {
584 CheckIntegerMatcher(int64_t value)
598 return cast<CheckIntegerMatcher>(M)->Value == Value;