Lines Matching refs:getUse
172 Use *getUse() const { return UseAndIsSplittable.getPointer(); } in getUse() function in __anon157c633c0111::Slice
174 bool isDead() const { return getUse() == nullptr; } in isDead()
926 assert(AS.Slices[PrevIdx].getUse()->getUser() == &II && in visitMemTransferInst()
1107 OS << Indent << " used by: " << *I->getUse()->getUser() << "\n"; in printUse()
1142 Use *U = I->getUse(); in findCommonType()
1844 Use *U = S.getUse(); in isVectorPromotionViableForSlice()
1921 if (auto *LI = dyn_cast<LoadInst>(S.getUse()->getUser())) in isVectorPromotionViable()
1923 else if (auto *SI = dyn_cast<StoreInst>(S.getUse()->getUser())) in isVectorPromotionViable()
2025 Use *U = S.getUse(); in isIntegerWideningViableForSlice()
2383 OldUse = I->getUse(); in visit()
3841 Instruction *I = cast<Instruction>(S.getUse()->getUser()); in presplitLoadsAndStores()
3878 if (S.getUse() != &SI->getOperandUse(SI->getPointerOperandIndex())) in presplitLoadsAndStores()
3905 SplitOffsetsMap.find(cast<Instruction>(S->getUse()->getUser())); in presplitLoadsAndStores()
4476 if (isa<LoadInst>(S.getUse()->getUser()) || in splitAlloca()
4477 isa<StoreInst>(S.getUse()->getUser())) { in splitAlloca()
4493 if (isa<LoadInst>(S.getUse()->getUser()) || in splitAlloca()
4494 isa<StoreInst>(S.getUse()->getUser())) { in splitAlloca()