Home | History | Annotate | Download | only in ARM

Lines Matching defs:NumOps

3458   unsigned NumOps = N->getNumOperands();
3474 SDValue Glue = N->getOperand(NumOps-1);
3477 for(unsigned i = 0; i < NumOps -1; ++i) {
3501 assert((i+2 < NumOps-1) && "Invalid number of operands in inline asm");