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

/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DGlobalsModRef.cpp819 const Value *UV2 = local
825 const GlobalValue *GV2 = dyn_cast<GlobalValue>(UV2);
850 const Value *UV = GV1 ? UV2 : UV1;
867 if (const LoadInst *LI = dyn_cast<LoadInst>(UV2))
877 GV2 = AllocsForIndirectGlobals.lookup(UV2);

Completed in 164 milliseconds