Lines Matching defs:UseTy
340 using UseTy =
343 SmallVector<UseTy, 8> Uses(MD->UseMap.begin(), MD->UseMap.end());
366 using UseTy = std::pair<void *, std::pair<OwnerTy, uint64_t>>;
367 SmallVector<UseTy, 8> Uses(UseMap.begin(), UseMap.end());
368 llvm::sort(Uses, [](const UseTy &L, const UseTy &R) {
424 using UseTy = std::pair<void *, std::pair<OwnerTy, uint64_t>>;
425 SmallVector<UseTy, 8> Uses(UseMap.begin(), UseMap.end());
426 llvm::sort(Uses, [](const UseTy &L, const UseTy &R) {