Lines Matching refs:getUse
143 Use *getUse() const { return UseAndIsSplittable.getPointer(); } in getUse() function in __anon2c0db6510211::Slice
145 bool isDead() const { return getUse() == nullptr; } in isDead()
855 assert(AS.Slices[PrevIdx].getUse()->getUser() == &II && in visitMemTransferInst()
1035 OS << Indent << " used by: " << *I->getUse()->getUser() << "\n"; in printUse()
1070 Use *U = I->getUse(); in findCommonType()
1734 Use *U = S.getUse(); in isVectorPromotionViableForSlice()
1803 if (auto *LI = dyn_cast<LoadInst>(S.getUse()->getUser())) in isVectorPromotionViable()
1805 else if (auto *SI = dyn_cast<StoreInst>(S.getUse()->getUser())) in isVectorPromotionViable()
1905 Use *U = S.getUse(); in isIntegerWideningViableForSlice()
2248 OldUse = I->getUse(); in visit()
3371 Instruction *I = cast<Instruction>(S.getUse()->getUser()); in presplitLoadsAndStores()
3408 if (S.getUse() != &SI->getOperandUse(SI->getPointerOperandIndex())) in presplitLoadsAndStores()
3435 SplitOffsetsMap.find(cast<Instruction>(S->getUse()->getUser())); in presplitLoadsAndStores()
3979 if (isa<LoadInst>(S.getUse()->getUser()) || in splitAlloca()
3980 isa<StoreInst>(S.getUse()->getUser())) { in splitAlloca()