Searched refs:isGCPointerType (Results 1 – 2 of 2) sorted by relevance
252 static bool isGCPointerType(Type *T) { in INITIALIZE_PASS_DEPENDENCY()262 if (isGCPointerType(Ty)) in containsGCPtrType()265 return isGCPointerType(VT->getScalarType()); in containsGCPtrType()
253 static bool isGCPointerType(Type *T, GCStrategy *GC) { in isGCPointerType() function269 if (isGCPointerType(T, GC)) in isHandledGCPointerType()274 if (isGCPointerType(VT->getElementType(), GC)) in isHandledGCPointerType()283 if (isGCPointerType(Ty, GC)) in containsGCPtrType()286 return isGCPointerType(VT->getScalarType(), GC); in containsGCPtrType()