Home | History | Annotate | Download | only in Analysis

Lines Matching refs:PtrTy

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