Home | History | Annotate | Download | only in AsmParser

Lines Matching defs:PTy

970   PointerType *PTy = dyn_cast<PointerType>(Ty);
971 if (PTy == 0) {
999 if (FunctionType *FT = dyn_cast<FunctionType>(PTy->getElementType()))
1002 FwdVal = new GlobalVariable(*M, PTy->getElementType(), false,
1005 PTy->getAddressSpace());
1012 PointerType *PTy = dyn_cast<PointerType>(Ty);
1013 if (PTy == 0) {
1039 if (FunctionType *FT = dyn_cast<FunctionType>(PTy->getElementType()))
1042 FwdVal = new GlobalVariable(*M, PTy->getElementType(), false,
2788 PointerType *PTy = dyn_cast<PointerType>(Ty);
2790 PTy ? dyn_cast<FunctionType>(PTy->getElementType()) : 0;