Searched refs:UseTy (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Transforms/ObjCARC/ |
| H A D | ObjCARCContract.cpp | 617 Type *UseTy = U.get()->getType(); in run() local 622 if (Replacement->getType() != UseTy) { in run() 634 new BitCastInst(Replacement, UseTy, "", &InsertBB->back()); in run() 650 if (Replacement->getType() != UseTy) in run() 651 Replacement = new BitCastInst(Replacement, UseTy, "", in run()
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | Metadata.cpp | 257 using UseTy = in SalvageDebugInfo() typedef 260 SmallVector<UseTy, 8> Uses(MD->UseMap.begin(), MD->UseMap.end()); in SalvageDebugInfo() 283 using UseTy = std::pair<void *, std::pair<OwnerTy, uint64_t>>; in replaceAllUsesWith() typedef 284 SmallVector<UseTy, 8> Uses(UseMap.begin(), UseMap.end()); in replaceAllUsesWith() 334 using UseTy = std::pair<void *, std::pair<OwnerTy, uint64_t>>; in resolveAllUses() typedef 335 SmallVector<UseTy, 8> Uses(UseMap.begin(), UseMap.end()); in resolveAllUses() 336 llvm::sort(Uses, [](const UseTy &L, const UseTy &R) { in resolveAllUses()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/ |
| H A D | CombinerHelper.cpp | 540 LLT UseTy = MRI.getType(UseMI.getOperand(0).getReg()); in matchCombineExtendingLoads() local 542 if (LI->getAction({LoadMI->getOpcode(), {UseTy, SrcTy}, {MMDesc}}) in matchCombineExtendingLoads()
|