Searched refs:isTypedPointerTy (Results 1 – 4 of 4) sorted by relevance
110 inline bool isTypedPointerTy(const Type *T) { in isTypedPointerTy() function121 return isUntypedPointerTy(T) || isTypedPointerTy(T); in isPointerTy()
206 if (isTypedPointerTy(ArgType)) { in getArgSPIRVType()
937 else if (isTypedPointerTy(Ty)) in restOfCreateSPIRVType()969 } else if (isTypedPointerTy(Ty)) { in getOrCreateSPIRVType()
1164 } else if (isTypedPointerTy(ArgType)) { in insertPtrCastOrAssignTypeInstr()