Lines Matching refs:getUse
169 Use *getUse() const { return UseAndIsSplittable.getPointer(); } in getUse() function in __anon3ad87db80111::Slice
171 bool isDead() const { return getUse() == nullptr; } in isDead()
923 assert(AS.Slices[PrevIdx].getUse()->getUser() == &II && in visitMemTransferInst()
1111 OS << Indent << " used by: " << *I->getUse()->getUser() << "\n"; in printUse()
1146 Use *U = I->getUse(); in findCommonType()
1812 Use *U = S.getUse(); in isVectorPromotionViableForSlice()
1892 if (auto *LI = dyn_cast<LoadInst>(S.getUse()->getUser())) in isVectorPromotionViable()
1894 else if (auto *SI = dyn_cast<StoreInst>(S.getUse()->getUser())) in isVectorPromotionViable()
1991 Use *U = S.getUse(); in isIntegerWideningViableForSlice()
2357 OldUse = I->getUse(); in visit()
3805 Instruction *I = cast<Instruction>(S.getUse()->getUser()); in presplitLoadsAndStores()
3842 if (S.getUse() != &SI->getOperandUse(SI->getPointerOperandIndex())) in presplitLoadsAndStores()
3869 SplitOffsetsMap.find(cast<Instruction>(S->getUse()->getUser())); in presplitLoadsAndStores()
4439 if (isa<LoadInst>(S.getUse()->getUser()) || in splitAlloca()
4440 isa<StoreInst>(S.getUse()->getUser())) { in splitAlloca()
4456 if (isa<LoadInst>(S.getUse()->getUser()) || in splitAlloca()
4457 isa<StoreInst>(S.getUse()->getUser())) { in splitAlloca()