Lines Matching defs:Indice
25783 for (int &Indice : Mask) {
25784 if (Indice < 0)
25786 int OpIdx = (unsigned)Indice < NumElts ? 0 : 1;
25787 int OpEltIdx = (unsigned)Indice < NumElts ? Indice : Indice - NumElts;
25788 Fn(Indice, OpIdx, OpEltIdx);
25797 [&OpsDemandedElts](int &Indice, int OpIdx, int OpEltIdx) {
25813 int &Indice, int OpIdx, int OpEltIdx) {
25815 Indice = -2; // Zeroable element.
25865 [](int Indice) { return Indice == -2; }))