Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DLoopUtils.cpp798 Type *PointerElementType = PhiTy->getPointerElementType(); in isInductionPHI() local
801 if (!PointerElementType->isSized()) in isInductionPHI()
805 int64_t Size = static_cast<int64_t>(DL.getTypeAllocSize(PointerElementType)); in isInductionPHI()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLoopUtils.cpp1123 Type *PointerElementType = PhiTy->getPointerElementType(); in isInductionPHI() local
1126 if (!PointerElementType->isSized()) in isInductionPHI()
1130 int64_t Size = static_cast<int64_t>(DL.getTypeAllocSize(PointerElementType)); in isInductionPHI()