Lines Matching defs:IdxW
3011 unsigned IdxW = 0;
3020 Words[IdxW].push_back(W);
3025 Words[IdxW ^ 1].clear();
3027 for (unsigned i = 0, e = Words[IdxW].size(); i != e; i += 2) {
3028 SDValue W0 = Words[IdxW][i], W1 = Words[IdxW][i+1];
3032 Words[IdxW ^ 1].push_back(T);
3034 IdxW ^= 1;
3039 assert(Scale == 2 && Words[IdxW].size() == 2);
3041 SDValue WW = getCombine(Words[IdxW][1], Words[IdxW][0], dl, MVT::i64, DAG);