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

References

lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
  353         if (isTypeLegal(WideOutVT)) {
lib/CodeGen/SelectionDAG/LegalizeTypes.cpp
  137       } else if (isTypeLegal(Res.getValueType()) || IgnoreNodeResults(&Node)) {
  435         if (!isTypeLegal(Node.getValueType(i))) {
  444           !isTypeLegal(Node.getOperand(i).getValueType())) {
lib/CodeGen/SelectionDAG/LegalizeTypesGeneric.cpp
  107     while (!isTypeLegal(NVT)) {
  117     if (isTypeLegal(NVT)) {
  349     if (!isTypeLegal(NVT)) {
  530           isTypeLegal(CondLHSVT) &&
lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
 2586   if (isTypeLegal(LoOutVT) ||
 4644   assert(VT.isVector() && !VT.isPow2VectorType() && isTypeLegal(VT));