Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DDAGISelMatcher.h239 unsigned ResultNo; variable
242 : Matcher(RecordNode), WhatFor(whatfor), ResultNo(resultNo) {} in RecordMatcher()
245 unsigned getResultNo() const { return ResultNo; } in getResultNo()
268 unsigned ResultNo; variable
273 ResultNo(resultNo) {} in RecordChildMatcher()
277 unsigned getResultNo() const { return ResultNo; } in getResultNo()