Searched defs:CheckComplexPatMatcher (Results 1 - 1 of 1) sorted by relevance

/external/llvm/utils/TableGen/
H A DDAGISelMatcher.h716 /// CheckComplexPatMatcher - This node runs the specified ComplexPattern on
718 class CheckComplexPatMatcher : public Matcher { class in namespace:llvm
732 CheckComplexPatMatcher(const ComplexPattern &pattern, unsigned matchnumber, function in class:llvm::CheckComplexPatMatcher
753 return &cast<CheckComplexPatMatcher>(M)->Pattern == &Pattern &&
754 cast<CheckComplexPatMatcher>(M)->MatchNumber == MatchNumber;

Completed in 61 milliseconds