Lines Matching refs:getUse
156 Use *getUse() const { return UseAndIsSplittable.getPointer(); } in getUse() function in __anon70b20db60211::Slice
158 bool isDead() const { return getUse() == nullptr; } in isDead()
868 assert(AS.Slices[PrevIdx].getUse()->getUser() == &II && in visitMemTransferInst()
1048 OS << Indent << " used by: " << *I->getUse()->getUser() << "\n"; in printUse()
1083 Use *U = I->getUse(); in findCommonType()
1750 Use *U = S.getUse(); in isVectorPromotionViableForSlice()
1819 if (auto *LI = dyn_cast<LoadInst>(S.getUse()->getUser())) in isVectorPromotionViable()
1821 else if (auto *SI = dyn_cast<StoreInst>(S.getUse()->getUser())) in isVectorPromotionViable()
1921 Use *U = S.getUse(); in isIntegerWideningViableForSlice()
2264 OldUse = I->getUse(); in visit()
3382 Instruction *I = cast<Instruction>(S.getUse()->getUser()); in presplitLoadsAndStores()
3414 } else if (auto *SI = dyn_cast<StoreInst>(S.getUse()->getUser())) { in presplitLoadsAndStores()
3416 S.getUse() != &SI->getOperandUse(SI->getPointerOperandIndex())) in presplitLoadsAndStores()
3442 SplitOffsetsMap.find(cast<Instruction>(S->getUse()->getUser())); in presplitLoadsAndStores()
3982 if (isa<LoadInst>(S.getUse()->getUser()) || in splitAlloca()
3983 isa<StoreInst>(S.getUse()->getUser())) { in splitAlloca()