Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp4348 Type *PointerElementType = PhiTy->getPointerElementType(); in isInductionPHI() local
4351 if (!PointerElementType->isSized()) in isInductionPHI()
4355 int64_t Size = static_cast<int64_t>(DL.getTypeAllocSize(PointerElementType)); in isInductionPHI()