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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DGlobalsModRef.cpp821 const Value *UV2 = GetUnderlyingObject(LocB.Ptr, DL); local
826 const GlobalValue *GV2 = dyn_cast<GlobalValue>(UV2);
851 const Value *UV = GV1 ? UV2 : UV1;
868 if (const LoadInst *LI = dyn_cast<LoadInst>(UV2))
878 GV2 = AllocsForIndirectGlobals.lookup(UV2);

Completed in 103 milliseconds