Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:ResNo

5880   unsigned ResNo = 0;   // ResNo - The result number of the next output.
5900 OpVT = TLI->getSimpleValueType(STy->getElementType(ResNo));
5902 assert(ResNo == 0 && "Asm only has one result!");
5905 ++ResNo;