Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:InIdx

1153       for (unsigned InIdx = 0; InIdx != InVWidth; ++InIdx)
1154 if (DemandedElts[InIdx/Ratio])
1155 InputDemandedElts.setBit(InIdx);
1181 for (unsigned InIdx = 0; InIdx != InVWidth; ++InIdx)
1182 if (!UndefElts2[InIdx]) // Not undef?
1183 UndefElts.clearBit(InIdx/Ratio); // Clear undef bit.