Searched refs:PointerElementType (Results 1 – 2 of 2) sorted by relevance
341 Type *PointerElementType; in collectCandidates() local345 PointerElementType = LMemI->getType(); in collectCandidates()348 PointerElementType = SMemI->getValueOperand()->getType(); in collectCandidates()350 PointerElementType = Type::getInt8Ty(J.getContext()); in collectCandidates()371 if (isValidCandidate(&J, PtrValue, PointerElementType)) in collectCandidates()844 if (PointerElementType->isIntegerTy(64)) { in runOnLoop()861 const Type *PointerElementType) { in runOnLoop() argument865 return (PointerElementType->isIntegerTy(64)) || in runOnLoop()866 (PointerElementType->isFloatTy()) || in runOnLoop()867 (PointerElementType->isDoubleTy()) || in runOnLoop()[all …]
1264 Type *PointerElementType = PhiTy->getPointerElementType(); in isInductionPHI() local1267 if (!PointerElementType->isSized()) in isInductionPHI()1271 int64_t Size = static_cast<int64_t>(DL.getTypeAllocSize(PointerElementType)); in isInductionPHI()