Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DDAGISelMatcher.h249 unsigned ResultNo; variable
253 : Matcher(RecordNode), WhatFor(whatfor), ResultNo(resultNo) {} in RecordMatcher()
256 unsigned getResultNo() const { return ResultNo; } in getResultNo()
277 unsigned ResultNo; variable
283 ResultNo(resultNo) {} in RecordChildMatcher()
287 unsigned getResultNo() const { return ResultNo; } in getResultNo()