Searched refs:UV1 (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DGlobalsModRef.cpp820 const Value *UV1 = GetUnderlyingObject(LocA.Ptr, DL); local
825 const GlobalValue *GV1 = dyn_cast<GlobalValue>(UV1);
851 const Value *UV = GV1 ? UV2 : UV1;
864 if (const LoadInst *LI = dyn_cast<LoadInst>(UV1))
876 GV1 = AllocsForIndirectGlobals.lookup(UV1);

Completed in 63 milliseconds