Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:nOps

6302   unsigned int nOps = getNumOperands();
6303 assert(nOps > 0 && "isConstantSplat has 0-size build vector");
6306 for (unsigned j = 0; j < nOps; ++j) {
6307 unsigned i = isBigEndian ? nOps-1-j : j;