Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:ResNo

2073   unsigned ResNo = 0;   // ResNo - The result number of the next output.
2099 OpInfo.ConstraintVT = getSimpleValueType(STy->getElementType(ResNo));
2101 assert(ResNo == 0 && "Asm only has one result!");
2104 ++ResNo;