Home | History | Annotate | Download | only in NVPTX

Lines Matching defs:PTy

989     auto *PTy = dyn_cast<PointerType>(Ty);
990 assert(PTy && "Param with byval attribute should be a pointer type");
991 Type *ETy = PTy->getElementType();
1326 auto *PTy = dyn_cast<PointerType>(Args[i].Ty);
1327 assert(PTy && "Type of a byval parameter should be pointer");
1328 ComputePTXValueVTs(*this, DAG.getDataLayout(), PTy->getElementType(),
2036 auto *PTy = dyn_cast<PointerType>(Ty);
2038 if (!PTy)
2044 auto *STy = dyn_cast<StructType>(PTy->getElementType());