Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVUtils.h168 inline Type *applyWrappers(Type *Ty) { in applyWrappers() function
171 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()