Home
last modified time | relevance | path

Searched refs:ObjA (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAliasAnalysis.cpp71 const auto *ObjA = in alias() local
73 if (const LoadInst *LI = dyn_cast<LoadInst>(ObjA)) { in alias()
80 } else if (const Argument *Arg = dyn_cast<Argument>(ObjA)) { in alias()
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCoverageExporterJson.cpp331 const json::Object *ObjA = A.getAsObject(); in renderRoot() local
333 assert(ObjA != nullptr && "Value A was not an Object"); in renderRoot()
335 const StringRef FilenameA = *ObjA->getString("filename"); in renderRoot()