Searched refs:NOps (Results 1 – 2 of 2) sorted by relevance
347 unsigned NOps = MI->getNumOperands(); in PrintDebugValueComment() local348 assert(NOps == 4); in PrintDebugValueComment()351 OS << cast<DILocalVariable>(MI->getOperand(NOps - 2).getMetadata()) in PrintDebugValueComment()362 printOperand(MI, NOps - 2, OS); in PrintDebugValueComment()
375 unsigned NOps = N->getNumOperands(); in Select() local376 for (unsigned i = 0; i < NOps; i++) { in Select()388 if (NOps != NumVectorElts) { in Select()390 assert(Opc == ISD::SCALAR_TO_VECTOR && NOps < NumVectorElts); in Select()394 for (unsigned i = NOps; i < NumVectorElts; ++i) { in Select()