Lines Matching refs:getUse
544 Use *getUse() const { return UseAndIsSplittable.getPointer(); } in getUse() function in __anondf5662880411::Slice
546 bool isDead() const { return getUse() == nullptr; } in isDead()
1240 assert(AS.Slices[PrevIdx].getUse()->getUser() == &II && in visitMemTransferInst()
1437 OS << Indent << " used by: " << *I->getUse()->getUser() << "\n"; in printUse()
1472 Use *U = I->getUse(); in findCommonType()
2048 Use *U = S.getUse(); in isVectorPromotionViableForSlice()
2298 if (auto *LI = dyn_cast<LoadInst>(S.getUse()->getUser())) in isVectorPromotionViable()
2300 else if (auto *SI = dyn_cast<StoreInst>(S.getUse()->getUser())) in isVectorPromotionViable()
2346 Use *U = S.getUse(); in isIntegerWideningViableForSlice()
2728 OldUse = I->getUse(); in visit()
4341 Instruction *I = cast<Instruction>(S.getUse()->getUser()); in presplitLoadsAndStores()
4378 if (S.getUse() != &SI->getOperandUse(SI->getPointerOperandIndex())) in presplitLoadsAndStores()
4405 SplitOffsetsMap.find(cast<Instruction>(S->getUse()->getUser())); in presplitLoadsAndStores()
5244 if (isa<LoadInst>(S.getUse()->getUser()) || in splitAlloca()
5245 isa<StoreInst>(S.getUse()->getUser())) { in splitAlloca()
5260 if (isa<LoadInst>(S.getUse()->getUser()) || in splitAlloca()
5261 isa<StoreInst>(S.getUse()->getUser())) { in splitAlloca()