Searched refs:applyWrappers (Results 1 – 1 of 1) sorted by relevance
168 inline Type *applyWrappers(Type *Ty) { in applyWrappers() function171 return TypedPointerType::get(applyWrappers(ExtTy->getTypeParameter(0)), in applyWrappers()175 Type *NewElemTy = ElemTy->isTargetExtTy() ? applyWrappers(ElemTy) : ElemTy; in applyWrappers()187 return applyWrappers(ExtTy->getTypeParameter(0)); in getPointeeType()209 if (Type *NewTy = applyWrappers(Ty); NewTy != Ty) in toTypedPointer()