Searched refs:PointerElementType (Results 1 – 2 of 2) sorted by relevance
798 Type *PointerElementType = PhiTy->getPointerElementType(); in isInductionPHI() local801 if (!PointerElementType->isSized()) in isInductionPHI()805 int64_t Size = static_cast<int64_t>(DL.getTypeAllocSize(PointerElementType)); in isInductionPHI()
1123 Type *PointerElementType = PhiTy->getPointerElementType(); in isInductionPHI() local1126 if (!PointerElementType->isSized()) in isInductionPHI()1130 int64_t Size = static_cast<int64_t>(DL.getTypeAllocSize(PointerElementType)); in isInductionPHI()