Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DSafepointIRVerifier.cpp252 static bool isGCPointerType(Type *T) { in INITIALIZE_PASS_DEPENDENCY()
262 if (isGCPointerType(Ty)) in containsGCPtrType()
265 return isGCPointerType(VT->getScalarType()); in containsGCPtrType()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp253 static bool isGCPointerType(Type *T, GCStrategy *GC) { in isGCPointerType() function
269 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()