Searched refs:isHandledGCPointerType (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp326 static bool isHandledGCPointerType(Type *T) { function
357 return containsGCPtrType(Ty) && !isHandledGCPointerType(Ty);
1294 assert(isHandledGCPointerType(Ty));
2211 if (isHandledGCPointerType(Arg->getType()))
2374 assert(isHandledGCPointerType(Ptr->getType()) &&
2655 if (isHandledGCPointerType(V->getType()) && !isa<Constant>(V)) {
2682 if (isHandledGCPointerType(V->getType()) && !isa<Constant>(V))
2691 if (isHandledGCPointerType(I.getType()))

Completed in 127 milliseconds