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

/macosx-10.10.1/llvmCore-3425.0.34/utils/TableGen/
H A DDAGISelMatcher.h237 /// ResultNo - The slot number in the RecordedNodes vector that this will be,
239 unsigned ResultNo; member in class:llvm::RecordMatcher
242 : Matcher(RecordNode), WhatFor(whatfor), ResultNo(resultNo) {}
245 unsigned getResultNo() const { return ResultNo; }
268 /// ResultNo - The slot number in the RecordedNodes vector that this will be,
270 unsigned ResultNo; member in class:llvm::RecordChildMatcher
275 ResultNo(resultNo) {}
279 unsigned getResultNo() const { return ResultNo; }

Completed in 40 milliseconds