Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:PT

828           if (auto PT = E->getType()->getAs<PointerType>())
829 EmitVTablePtrCheckForCast(PT->getPointeeType(), Addr.getPointer(),
2987 const PointerType *PT = E->getBase()->getType()->getAs<PointerType>();
2988 Base = MakeAddrLValue(Ptr, PT->getPointeeType(), AlignSource);