Home
last modified time | relevance | path

Searched refs:PointerElementType (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DIVDescriptors.cpp1071 Type *PointerElementType = PhiTy->getPointerElementType(); in isInductionPHI() local
1074 if (!PointerElementType->isSized()) in isInductionPHI()
1078 int64_t Size = static_cast<int64_t>(DL.getTypeAllocSize(PointerElementType)); in isInductionPHI()