Home | History | Annotate | Download | only in NVPTX

Lines Matching refs:PTy

367     const PointerType *PTy = dyn_cast<PointerType>(Ty);
368 assert(PTy &&
370 Type *ETy = PTy->getElementType();
479 const PointerType *PTy = dyn_cast<PointerType>(Args[i].Ty);
480 assert(PTy &&
482 ComputeValueVTs(*this, PTy->getElementType(), vtparts);
1018 const PointerType *PTy = dyn_cast<PointerType>(Ty);
1020 if (!PTy)
1026 const StructType *STy = dyn_cast<StructType>(PTy->getElementType());