Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/utils/TableGen/
HDDAGISelMatcher.h242 unsigned ResultNo; variable
245 : Matcher(RecordNode), WhatFor(whatfor), ResultNo(resultNo) {} in RecordMatcher()
248 unsigned getResultNo() const { return ResultNo; } in getResultNo()
273 unsigned ResultNo; variable
278 ResultNo(resultNo) {} in RecordChildMatcher()
282 unsigned getResultNo() const { return ResultNo; } in getResultNo()