Searched defs:UV1 (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Analysis/IPA/
H A DGlobalsModRef.cpp484 const Value *UV1 = GetUnderlyingObject(LocA.Ptr); local
489 const GlobalValue *GV1 = dyn_cast<GlobalValue>(UV1);
510 if (const LoadInst *LI = dyn_cast<LoadInst>(UV1))
521 if (AllocsForIndirectGlobals.count(UV1))
522 GV1 = AllocsForIndirectGlobals[UV1];

Completed in 100 milliseconds