Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/utils/TableGen/
HDCodeGenDAGPatterns.cpp1784 unsigned NumResultsToAdd = std::min(InstInfo.Operands.NumDefs, in ApplyTypeConstraints() local
1786 for (unsigned ResNo = 0; ResNo != NumResultsToAdd; ++ResNo) in ApplyTypeConstraints()
1792 unsigned ResNo = NumResultsToAdd; in ApplyTypeConstraints()