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

References

lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
 9200       SmallVector<SDValue, 4> Parts(NumParts);
 9227         if ((NumParts * PartVT.getSizeInBits() == VT.getSizeInBits()) ||
 9233       getCopyToParts(CLI.DAG, CLI.DL, Op, &Parts[0], NumParts, PartVT,
 9236       for (unsigned j = 0; j != NumParts; ++j) {
 9241         if (NumParts > 1 && j == 0)
 9245           if (j == NumParts - 1)