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

References

lib/IR/SafepointIRVerifier.cpp
  268     return containsGCPtrType(AT->getElementType());
  270     return llvm::any_of(ST->elements(), containsGCPtrType);
  659       if (containsGCPtrType(PN->getType())) {
  692                containsGCPtrType(I.getType())) {
  696         if (containsGCPtrType(V->getType()) &&
  754     if (containsGCPtrType(A.getType()))
  787   } else if (containsGCPtrType(I.getType()))
  795     if (containsGCPtrType(PN->getType()))
  810              containsGCPtrType(I.getOperand(0)->getType())) {
  867       if (containsGCPtrType(V->getType()) &&