Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DGlobalsModRef.cpp825 const Value *UV1 = in alias() local
832 const GlobalValue *GV1 = dyn_cast<GlobalValue>(UV1); in alias()
858 const Value *UV = GV1 ? UV2 : UV1; in alias()
871 if (const LoadInst *LI = dyn_cast<LoadInst>(UV1)) in alias()
883 GV1 = AllocsForIndirectGlobals.lookup(UV1); in alias()