HomeSort by relevance Sort by last modified time
    Searched defs:CheckSameMatcher (Results 1 - 2 of 2) sorted by null

  /external/llvm/utils/TableGen/
DAGISelMatcher.h 344 /// CheckSameMatcher - This checks to see if this node is exactly the same
347 class CheckSameMatcher : public Matcher {
350 CheckSameMatcher(unsigned matchnumber)
362 return cast<CheckSameMatcher>(M)->getMatchNumber() == getMatchNumber();
    [all...]
  /external/swiftshader/third_party/LLVM/utils/TableGen/
DAGISelMatcher.h 371 /// CheckSameMatcher - This checks to see if this node is exactly the same
374 class CheckSameMatcher : public Matcher {
377 CheckSameMatcher(unsigned matchnumber)
391 return cast<CheckSameMatcher>(M)->getMatchNumber() == getMatchNumber();
    [all...]

Completed in 730 milliseconds