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

References

lib/CodeGen/SelectionDAG/SelectionDAG.cpp
 7402   ID.AddInteger(4U);
 7403   ID.AddInteger(VT1.getRawBits());
 7404   ID.AddInteger(VT2.getRawBits());
 7405   ID.AddInteger(VT3.getRawBits());
 7406   ID.AddInteger(VT4.getRawBits());
 7409   SDVTListNode *Result = VTListMap.FindNodeOrInsertPos(ID, IP);
 7416     Result = new (Allocator) SDVTListNode(ID.Intern(Allocator), Array, 4);