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

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
19333         NewIdx = DAG.getConstant(InsIdx * Scale, DL, IdxVT);
19336         if ((NumElts % Scale) == 0 && (InsIdx % Scale) == 0) {
19338           NewIdx = DAG.getConstant(InsIdx / Scale, DL, IdxVT);
19357     if (InsIdx < OtherIdx) {