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

/external/llvm/utils/TableGen/
H A DDAGISelMatcher.h243 RecordMatcher(const std::string &whatfor, unsigned resultNo) argument
244 : Matcher(RecordNode), WhatFor(whatfor), ResultNo(resultNo) {}
275 unsigned resultNo)
277 ResultNo(resultNo) {}
274 RecordChildMatcher(unsigned childno, const std::string &whatfor, unsigned resultNo) argument

Completed in 112 milliseconds