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

References

lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
 9236       for (unsigned j = 0; j != NumParts; ++j) {
 9236       for (unsigned j = 0; j != NumParts; ++j) {
 9238         ISD::OutputArg MyFlags(Flags, Parts[j].getValueType(), VT,
 9240                                i, j*Parts[j].getValueType().getStoreSize());
 9240                                i, j*Parts[j].getValueType().getStoreSize());
 9241         if (NumParts > 1 && j == 0)
 9243         else if (j != 0) {
 9245           if (j == NumParts - 1)
 9250         CLI.OutVals.push_back(Parts[j]);