Searched refs:PointerElementType (Results 1 – 2 of 2) sorted by relevance
865 Type *PointerElementType = PtrValue->getType()->getPointerElementType(); in runOnLoop() local866 return (PointerElementType->isIntegerTy(64)) || in runOnLoop()867 (PointerElementType->isFloatTy()) || in runOnLoop()868 (PointerElementType->isDoubleTy()) || in runOnLoop()869 (PointerElementType->isIntegerTy(32) && in runOnLoop()
1238 Type *PointerElementType = PhiTy->getPointerElementType(); in isInductionPHI() local1241 if (!PointerElementType->isSized()) in isInductionPHI()1245 int64_t Size = static_cast<int64_t>(DL.getTypeAllocSize(PointerElementType)); in isInductionPHI()