Home | History | Annotate | Download | only in Analysis

Lines Matching defs:PtrTy

2539   PointerType *PtrTy = dyn_cast<PointerType>(Ops[0]->getType());
2541 if (!PtrTy)
2550 Type *LastType = GetElementPtrInst::getIndexedType(PtrTy, Ops.slice(1));
2551 Type *GEPTy = PointerType::get(LastType, PtrTy->getAddressSpace());
2562 Type *Ty = PtrTy->getElementType();