Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:ResNo

2812   unsigned ResNo = 0;   // ResNo - The result number of the next output.
2838 OpInfo.ConstraintVT = getValueType(STy->getElementType(ResNo));
2840 assert(ResNo == 0 && "Asm only has one result!");
2843 ++ResNo;