Home
last modified time | relevance | path

Searched refs:isGCPointerType (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
DRewriteStatepointsForGC.cpp220 static bool isGCPointerType(Type *T) { in isGCPointerType() function
235 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()