Home | History | Annotate | Download | only in Vectorize

Lines Matching defs:PtrTy

3244   const PointerType *PtrTy = cast<PointerType>(Ty);
3245 if (PtrTy->getElementType()->isAggregateType()) {
3274 bool IsInAddressSpaceZero = PtrTy->getAddressSpace() == 0;
3292 int64_t Size = DL->getTypeAllocSize(PtrTy->getElementType());
4577 Type *PtrTy = ToVectorTy(Ptr->getType(), VF);
4580 Cost += TTI.getVectorInstrCost(Instruction::ExtractElement, PtrTy, i);
4590 Cost += VF * TTI.getAddressComputationCost(PtrTy, IsComplexComputation);