Searched refs:UseTy (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/ |
D | ObjCARCContract.cpp | 651 Type *UseTy = U.get()->getType(); in runOnFunction() local 656 if (Replacement->getType() != UseTy) { in runOnFunction() 668 new BitCastInst(Replacement, UseTy, "", &InsertBB->back()); in runOnFunction() 684 if (Replacement->getType() != UseTy) in runOnFunction() 685 Replacement = new BitCastInst(Replacement, UseTy, "", in runOnFunction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Metadata.cpp | 237 using UseTy = std::pair<void *, std::pair<OwnerTy, uint64_t>>; in replaceAllUsesWith() typedef 238 SmallVector<UseTy, 8> Uses(UseMap.begin(), UseMap.end()); in replaceAllUsesWith() 239 llvm::sort(Uses, [](const UseTy &L, const UseTy &R) { in replaceAllUsesWith() 290 using UseTy = std::pair<void *, std::pair<OwnerTy, uint64_t>>; in resolveAllUses() typedef 291 SmallVector<UseTy, 8> Uses(UseMap.begin(), UseMap.end()); in resolveAllUses() 292 llvm::sort(Uses, [](const UseTy &L, const UseTy &R) { in resolveAllUses()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | CallSite.h | 53 typename UseTy = const Use, typename InstrTy = const Instruction,
|