Home | History | Annotate | Download | only in Reader

Lines Matching defs:PTy

1544       PointerType *PTy = cast<PointerType>(CurTy);
1545 V = InlineAsm::get(cast<FunctionType>(PTy->getElementType()),
1569 PointerType *PTy = cast<PointerType>(CurTy);
1570 V = InlineAsm::get(cast<FunctionType>(PTy->getElementType()),
2015 auto *PTy = dyn_cast<PointerType>(Ty);
2016 if (!PTy)
2020 GlobalAlias::create(PTy->getElementType(), PTy->getAddressSpace(),