Lines Matching refs:getUse
183 Use *getUse() const { return UseAndIsSplittable.getPointer(); } in getUse() function in __anon241d746d0111::Slice
185 bool isDead() const { return getUse() == nullptr; } in isDead()
905 assert(AS.Slices[PrevIdx].getUse()->getUser() == &II && in visitMemTransferInst()
1083 OS << Indent << " used by: " << *I->getUse()->getUser() << "\n"; in printUse()
1118 Use *U = I->getUse(); in findCommonType()
1801 Use *U = S.getUse(); in isVectorPromotionViableForSlice()
1869 if (auto *LI = dyn_cast<LoadInst>(S.getUse()->getUser())) in isVectorPromotionViable()
1871 else if (auto *SI = dyn_cast<StoreInst>(S.getUse()->getUser())) in isVectorPromotionViable()
1973 Use *U = S.getUse(); in isIntegerWideningViableForSlice()
2325 OldUse = I->getUse(); in visit()
3600 Instruction *I = cast<Instruction>(S.getUse()->getUser()); in presplitLoadsAndStores()
3637 if (S.getUse() != &SI->getOperandUse(SI->getPointerOperandIndex())) in presplitLoadsAndStores()
3664 SplitOffsetsMap.find(cast<Instruction>(S->getUse()->getUser())); in presplitLoadsAndStores()
4228 if (isa<LoadInst>(S.getUse()->getUser()) || in splitAlloca()
4229 isa<StoreInst>(S.getUse()->getUser())) { in splitAlloca()
4245 if (isa<LoadInst>(S.getUse()->getUser()) || in splitAlloca()
4246 isa<StoreInst>(S.getUse()->getUser())) { in splitAlloca()