Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/IPA/
DGlobalsModRef.cpp485 const Value *UV1 = GetUnderlyingObject(LocA.Ptr, *DL); in alias() local
490 const GlobalValue *GV1 = dyn_cast<GlobalValue>(UV1); in alias()
511 if (const LoadInst *LI = dyn_cast<LoadInst>(UV1)) in alias()
522 if (AllocsForIndirectGlobals.count(UV1)) in alias()
523 GV1 = AllocsForIndirectGlobals[UV1]; in alias()