Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp2579 unsigned NumResultsToAdd = std::min(InstInfo.Operands.NumDefs, in ApplyTypeConstraints() local
2581 for (unsigned ResNo = 0; ResNo != NumResultsToAdd; ++ResNo) in ApplyTypeConstraints()
2587 unsigned ResNo = NumResultsToAdd; in ApplyTypeConstraints()