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

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

Completed in 22 milliseconds