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

References

lib/Transforms/InstCombine/InstructionCombining.cpp
 2657     for (exti = EV.idx_begin(), insi = IV->idx_begin(),
 2659          exti != exte && insi != inse;
 2660          ++exti, ++insi) {
 2661       if (*insi != *exti)
 2673     if (exti == exte && insi == inse)
 2691                                      makeArrayRef(insi, inse));
 2693     if (insi == inse)