Home | History | Annotate | Download | only in TableGen

Lines Matching refs:CheckSameMatcher

372 /// CheckSameMatcher - This checks to see if this node is exactly the same
375 class CheckSameMatcher : public Matcher {
378 CheckSameMatcher(unsigned matchnumber)
392 return cast<CheckSameMatcher>(M)->getMatchNumber() == getMatchNumber();