Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:ResNo

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