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

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
18025   if (IndexC && V.getOpcode() == ISD::CONCAT_VECTORS &&
18027       (IndexC->getZExtValue() % SubVT.getVectorNumElements()) == 0) {
18028     uint64_t SubIdx = IndexC->getZExtValue() / SubVT.getVectorNumElements();