Home | History | Annotate | Download | only in Analysis

Lines Matching refs:PT

591   PointerType *PT = dyn_cast<PointerType>(BBI->getType());
592 if (PT && isKnownNonNull(BBI)) {
593 Res = LVILatticeVal::getNot(ConstantPointerNull::get(PT));