Searched refs:NOps (Results 1 – 4 of 4) sorted by relevance
1009 unsigned NOps = MD->getNumOperands(); in getValueProfDataFromInst() local1011 if (NOps < 5) in getValueProfDataFromInst()1037 for (unsigned I = 3; I < NOps; I += 2) { in getValueProfDataFromInst()
789 unsigned NOps = MI->getNumOperands(); in PrintDebugValueComment() local790 assert(NOps == 4); in PrintDebugValueComment()807 printOperand(MI, NOps - 2, OS); in PrintDebugValueComment()
671 unsigned NOps = N->getNumOperands(); in SelectBuildVector() local672 for (unsigned i = 0; i < NOps; i++) { in SelectBuildVector()683 if (NOps != NumVectorElts) { in SelectBuildVector()685 assert(N->getOpcode() == ISD::SCALAR_TO_VECTOR && NOps < NumVectorElts); in SelectBuildVector()688 for (unsigned i = NOps; i < NumVectorElts; ++i) { in SelectBuildVector()
9198 unsigned NOps = N.getNumOperands(); in CreateTopologicalOrder() local9199 Degree[&N] = NOps; in CreateTopologicalOrder()9200 if (0 == NOps) in CreateTopologicalOrder()