Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:ResNo

5830   unsigned ResNo = 0;   // ResNo - The result number of the next output.
5850 OpVT = TLI.getValueType(STy->getElementType(ResNo));
5852 assert(ResNo == 0 && "Asm only has one result!");
5855 ++ResNo;