Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/IPA/
DGlobalsModRef.cpp486 const Value *UV2 = GetUnderlyingObject(LocB.Ptr, *DL); in alias() local
491 const GlobalValue *GV2 = dyn_cast<GlobalValue>(UV2); in alias()
515 if (const LoadInst *LI = dyn_cast<LoadInst>(UV2)) in alias()
524 if (AllocsForIndirectGlobals.count(UV2)) in alias()
525 GV2 = AllocsForIndirectGlobals[UV2]; in alias()