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.cpp3824 std::vector<unsigned> ResultIndices; in parseInstructionPattern() local
3861 ResultIndices.push_back(std::distance(InstResults.begin(), InstResultIter)); in parseInstructionPattern()
3934 ResultPattern->setResultIndex(i, ResultIndices[i]); in parseInstructionPattern()