Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVUtils.h337 inline bool isPointerTyOrWrapper(const Type *Ty) { in isPointerTyOrWrapper() function
H A DSPIRVCallLowering.cpp347 if (isPointerTyOrWrapper(Arg.getType())) { in lowerFormalArguments()
H A DSPIRVGlobalRegistry.cpp1112 if (TypesInProcessing.count(Ty) && !isPointerTyOrWrapper(Ty)) in restOfCreateSPIRVType()