reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp
 1400     APInt InputDemandedElts(InVWidth, 0);
 1401     UndefElts2 = APInt(InVWidth, 0);
 1404     if (VWidth == InVWidth) {
 1409     } else if ((VWidth % InVWidth) == 0) {
 1413       Ratio = VWidth / InVWidth;
 1417     } else if ((InVWidth % VWidth) == 0) {
 1421       Ratio = InVWidth / VWidth;
 1422       for (unsigned InIdx = 0; InIdx != InVWidth; ++InIdx)
 1432     if (VWidth == InVWidth) {
 1434     } else if ((VWidth % InVWidth) == 0) {
 1441     } else if ((InVWidth % VWidth) == 0) {