Searched refs:isGCPointerType (Results 1 – 2 of 2) sorted by relevance
253 static bool isGCPointerType(Type *T) { in INITIALIZE_PASS_DEPENDENCY()263 if (isGCPointerType(Ty)) in containsGCPtrType()266 return isGCPointerType(VT->getScalarType()); in containsGCPtrType()
254 static bool isGCPointerType(Type *T, GCStrategy *GC) { in isGCPointerType() function270 if (isGCPointerType(T, GC)) in isHandledGCPointerType()275 if (isGCPointerType(VT->getElementType(), GC)) in isHandledGCPointerType()284 if (isGCPointerType(Ty, GC)) in containsGCPtrType()287 return isGCPointerType(VT->getScalarType(), GC); in containsGCPtrType()