Home | History | Annotate | Download | only in Analysis

Lines Matching defs:PtrTy

2721   PointerType *PtrTy = dyn_cast<PointerType>(Ops[0]->getType());
2723 if (!PtrTy)
2732 Type *LastType = GetElementPtrInst::getIndexedType(PtrTy, Ops.slice(1));
2733 Type *GEPTy = PointerType::get(LastType, PtrTy->getAddressSpace());
2744 Type *Ty = PtrTy->getElementType();