Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp5319 Type *PointerElementType = PhiTy->getPointerElementType(); in isInductionVariable() local
5322 if (!PointerElementType->isSized()) in isInductionVariable()
5325 uint64_t Size = DL->getTypeAllocSize(PointerElementType); in isInductionVariable()