Searched refs:applyWrappers (Results 1 – 1 of 1) sorted by relevance
343 inline Type *applyWrappers(Type *Ty) { in applyWrappers() function346 return TypedPointerType::get(applyWrappers(ExtTy->getTypeParameter(0)), in applyWrappers()350 Type *NewElemTy = ElemTy->isTargetExtTy() ? applyWrappers(ElemTy) : ElemTy; in applyWrappers()386 if (Type *NewTy = applyWrappers(Ty); NewTy != Ty) in toTypedPointer()