Home | History | Annotate | Download | only in TableGen

Lines Matching refs:CheckSameMatcher

370 /// CheckSameMatcher - This checks to see if this node is exactly the same
373 class CheckSameMatcher : public Matcher {
376 CheckSameMatcher(unsigned matchnumber)
390 return cast<CheckSameMatcher>(M)->getMatchNumber() == getMatchNumber();