Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/IR/
H A DSafepointIRVerifier.cpp253 static bool isGCPointerType(Type *T) { in INITIALIZE_PASS_DEPENDENCY()
263 if (isGCPointerType(Ty)) in containsGCPtrType()
266 return isGCPointerType(VT->getScalarType()); in containsGCPtrType()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp322 static bool isGCPointerType(Type *T) { in isGCPointerType() function
337 if (isGCPointerType(T)) in isHandledGCPointerType()
342 if (isGCPointerType(VT->getElementType())) in isHandledGCPointerType()
351 if (isGCPointerType(Ty)) in containsGCPtrType()
354 return isGCPointerType(VT->getScalarType()); in containsGCPtrType()