Searched refs:imgTy (Results 1 – 1 of 1) sorted by relevance
220 StructType * imgTy = cast<StructType>(argTy->getPointerElementType()); in visitCallSPRIVImageQuerySize() local221 assert(imgTy->isOpaque() && "image type must be an opaque structure"); in visitCallSPRIVImageQuerySize()222 StringRef imgTyName = imgTy->getName(); in visitCallSPRIVImageQuerySize()