Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:InIdx

1026       for (unsigned InIdx = 0; InIdx != InVWidth; ++InIdx)
1027 if (DemandedElts[InIdx/Ratio])
1028 InputDemandedElts.setBit(InIdx);
1054 for (unsigned InIdx = 0; InIdx != InVWidth; ++InIdx)
1055 if (!UndefElts2[InIdx]) // Not undef?
1056 UndefElts.clearBit(InIdx/Ratio); // Clear undef bit.