Lines Matching defs:Indice
25278 for (int &Indice : Mask) {
25279 if (Indice < 0)
25281 int OpIdx = (unsigned)Indice < NumElts ? 0 : 1;
25282 int OpEltIdx = (unsigned)Indice < NumElts ? Indice : Indice - NumElts;
25283 Fn(Indice, OpIdx, OpEltIdx);
25292 [&OpsDemandedElts](int &Indice, int OpIdx, int OpEltIdx) {
25308 int &Indice, int OpIdx, int OpEltIdx) {
25310 Indice = -2; // Zeroable element.
25360 [](int Indice) { return Indice == -2; }))