Home | History | Annotate | Download | only in Scalar

Lines Matching refs:Opnds

1297   SmallVector<XorOpnd, 8> Opnds;
1312 Opnds.push_back(O);
1316 // NOTE: From this point on, do *NOT* add/delete element to/from "Opnds".
1317 // It would otherwise invalidate the "Opnds"'s iterator, and hence invalidate
1319 // with the previous loop --- the iterator of the "Opnds" may be invalidated
1321 for (unsigned i = 0, e = Opnds.size(); i != e; ++i)
1322 OpndPtrs.push_back(&Opnds[i]);
1345 for (unsigned i = 0, e = Opnds.size(); i < e; i++) {
1386 for (unsigned int i = 0, e = Opnds.size(); i < e; i++) {
1387 XorOpnd &O = Opnds[i];