Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:ResNo

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