Lines Matching refs:getUse
172 Use *getUse() const { return UseAndIsSplittable.getPointer(); } in getUse() function in __anon5648543f0111::Slice
174 bool isDead() const { return getUse() == nullptr; } in isDead()
929 assert(AS.Slices[PrevIdx].getUse()->getUser() == &II && in visitMemTransferInst()
1106 OS << Indent << " used by: " << *I->getUse()->getUser() << "\n"; in printUse()
1141 Use *U = I->getUse(); in findCommonType()
1843 Use *U = S.getUse(); in isVectorPromotionViableForSlice()
1920 if (auto *LI = dyn_cast<LoadInst>(S.getUse()->getUser())) in isVectorPromotionViable()
1922 else if (auto *SI = dyn_cast<StoreInst>(S.getUse()->getUser())) in isVectorPromotionViable()
2027 Use *U = S.getUse(); in isIntegerWideningViableForSlice()
2387 OldUse = I->getUse(); in visit()
3818 Instruction *I = cast<Instruction>(S.getUse()->getUser()); in presplitLoadsAndStores()
3855 if (S.getUse() != &SI->getOperandUse(SI->getPointerOperandIndex())) in presplitLoadsAndStores()
3882 SplitOffsetsMap.find(cast<Instruction>(S->getUse()->getUser())); in presplitLoadsAndStores()
4460 if (isa<LoadInst>(S.getUse()->getUser()) || in splitAlloca()
4461 isa<StoreInst>(S.getUse()->getUser())) { in splitAlloca()
4477 if (isa<LoadInst>(S.getUse()->getUser()) || in splitAlloca()
4478 isa<StoreInst>(S.getUse()->getUser())) { in splitAlloca()