Home | History | Annotate | Download | only in IR

Lines Matching defs:PTy

506     PointerType *PTy = cast<PointerType>(Ty);
507 print(PTy->getElementType(), OS);
508 if (unsigned AddressSpace = PTy->getAddressSpace())
521 VectorType *PTy = cast<VectorType>(Ty);
522 OS << "<" << PTy->getNumElements() << " x ";
523 print(PTy->getElementType(), OS);