Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DMachineInstr.cpp1163 for (unsigned CurDefIdx = 0; CurDefIdx < NumDefs; ++CurDefIdx) { in findTiedOperandIdx() local
1166 if (OpIdx == CurDefIdx) in findTiedOperandIdx()
1169 return CurDefIdx; in findTiedOperandIdx()