Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenDAGPatterns.cpp3873 std::vector<unsigned> ResultIndices; in parseInstructionPattern() local
3909 ResultIndices.push_back(std::distance(InstResults.begin(), InstResultIter)); in parseInstructionPattern()
3983 ResultPattern->setResultIndex(i, ResultIndices[i]); in parseInstructionPattern()