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

  /external/llvm/utils/TableGen/
DAGISelMatcher.h 480 /// CheckTypeMatcher - This checks to see if the current node has the
482 class CheckTypeMatcher : public Matcher {
486 CheckTypeMatcher(MVT::SimpleValueType type, unsigned resno)
499 return cast<CheckTypeMatcher>(M)->Type == Type;
    [all...]
  /external/swiftshader/third_party/LLVM/utils/TableGen/
DAGISelMatcher.h 496 /// CheckTypeMatcher - This checks to see if the current node has the
498 class CheckTypeMatcher : public Matcher {
502 CheckTypeMatcher(MVT::SimpleValueType type, unsigned resno)
517 return cast<CheckTypeMatcher>(M)->Type == Type;
    [all...]

Completed in 89 milliseconds