Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVUtils.h110 inline bool isTypedPointerTy(const Type *T) { in isTypedPointerTy() function
121 return isUntypedPointerTy(T) || isTypedPointerTy(T); in isPointerTy()
H A DSPIRVCallLowering.cpp206 if (isTypedPointerTy(ArgType)) { in getArgSPIRVType()
H A DSPIRVGlobalRegistry.cpp937 else if (isTypedPointerTy(Ty)) in restOfCreateSPIRVType()
969 } else if (isTypedPointerTy(Ty)) { in getOrCreateSPIRVType()
H A DSPIRVEmitIntrinsics.cpp1164 } else if (isTypedPointerTy(ArgType)) { in insertPtrCastOrAssignTypeInstr()