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

/macosx-10.10.1/llvmCore-3425.0.34/utils/TableGen/
H A DDAGISelMatcher.h669 /// FirstResult - This is the first slot in the RecordedNodes list that the
671 unsigned FirstResult; member in class:llvm::CheckComplexPatMatcher
676 Name(name), FirstResult(firstresult) {}
682 unsigned getFirstResult() const { return FirstResult; }

Completed in 105 milliseconds