Searched refs:UseTy (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Transforms/ObjCARC/ |
| H A D | ObjCARCContract.cpp | 611 Type *UseTy = U.get()->getType(); in runOnFunction() local 616 if (Replacement->getType() != UseTy) { in runOnFunction() 628 new BitCastInst(Replacement, UseTy, "", &InsertBB->back()); in runOnFunction() 644 if (Replacement->getType() != UseTy) in runOnFunction() 645 Replacement = new BitCastInst(Replacement, UseTy, "", in runOnFunction()
|
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | Metadata.cpp | 238 using UseTy = std::pair<void *, std::pair<OwnerTy, uint64_t>>; in replaceAllUsesWith() typedef 239 SmallVector<UseTy, 8> Uses(UseMap.begin(), UseMap.end()); in replaceAllUsesWith() 240 llvm::sort(Uses, [](const UseTy &L, const UseTy &R) { in replaceAllUsesWith() 291 using UseTy = std::pair<void *, std::pair<OwnerTy, uint64_t>>; in resolveAllUses() typedef 292 SmallVector<UseTy, 8> Uses(UseMap.begin(), UseMap.end()); in resolveAllUses() 293 llvm::sort(Uses, [](const UseTy &L, const UseTy &R) { in resolveAllUses()
|
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | CallSite.h | 56 typename UseTy = const Use,
|