Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:PTy

747   PointerType *PTy = dyn_cast<PointerType>(Ty);
748 if (PTy == 0) {
776 if (FunctionType *FT = dyn_cast<FunctionType>(PTy->getElementType()))
779 FwdVal = new GlobalVariable(*M, PTy->getElementType(), false,
787 PointerType *PTy = dyn_cast<PointerType>(Ty);
788 if (PTy == 0) {
814 if (FunctionType *FT = dyn_cast<FunctionType>(PTy->getElementType()))
817 FwdVal = new GlobalVariable(*M, PTy->getElementType(), false,
2450 PointerType *PTy = dyn_cast<PointerType>(Ty);
2452 PTy ? dyn_cast<FunctionType>(PTy->getElementType()) : 0;