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

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
18021       V.getOperand(1).getValueType() == SubVT && V.getOperand(2) == Index) {
18026       V.getOperand(0).getValueType() == SubVT &&
18027       (IndexC->getZExtValue() % SubVT.getVectorNumElements()) == 0) {
18028     uint64_t SubIdx = IndexC->getZExtValue() / SubVT.getVectorNumElements();