Searched refs:FindNodeWithKind (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/utils/TableGen/
H A DDAGISelMatcherOpt.cpp225 /// FindNodeWithKind - Scan a series of matchers looking for a matcher with a
228 static Matcher *FindNodeWithKind(Matcher *M, Matcher::KindTy Kind) { function
330 Matcher *M2 = FindNodeWithKind(ScanMatcher, Optn->getKind());
421 cast_or_null<CheckTypeMatcher>(FindNodeWithKind(NewOptionsToMatch[i],
464 cast_or_null<CheckTypeMatcher>(FindNodeWithKind(NewOptionsToMatch[i],

Completed in 109 milliseconds