Searched refs:isGCPointerType (Results 1 – 1 of 1) sorted by relevance
220 static bool isGCPointerType(Type *T) { in isGCPointerType() function235 if (isGCPointerType(T)) in isHandledGCPointerType()240 if (isGCPointerType(VT->getElementType())) in isHandledGCPointerType()249 if (isGCPointerType(Ty)) in containsGCPtrType()252 return isGCPointerType(VT->getScalarType()); in containsGCPtrType()2484 assert(isGCPointerType(Ptr->getType()) && "must be a gc pointer type"); in insertParsePoints()