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

References

lib/Transforms/Scalar/RewriteStatepointsForGC.cpp
  346     return containsGCPtrType(AT->getElementType());
  348     return llvm::any_of(ST->elements(), containsGCPtrType);
  356   return containsGCPtrType(Ty) && !isHandledGCPointerType(Ty);