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

  /external/llvm/utils/TableGen/
DAGISelMatcher.h 557 /// CheckIntegerMatcher - This checks to see if the current node is a
559 class CheckIntegerMatcher : public Matcher {
562 CheckIntegerMatcher(int64_t value)
574 return cast<CheckIntegerMatcher>(M)->Value == Value;
    [all...]
  /external/swiftshader/third_party/LLVM/utils/TableGen/
DAGISelMatcher.h 580 /// CheckIntegerMatcher - This checks to see if the current node is a
582 class CheckIntegerMatcher : public Matcher {
585 CheckIntegerMatcher(int64_t value)
599 return cast<CheckIntegerMatcher>(M)->Value == Value;
    [all...]

Completed in 251 milliseconds