Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Analysis/IPA/
DGlobalsModRef.cpp495 const Value *UV2 = GetUnderlyingObject(LocB.Ptr); in alias() local
500 const GlobalValue *GV2 = dyn_cast<GlobalValue>(UV2); in alias()
524 if (const LoadInst *LI = dyn_cast<LoadInst>(UV2)) in alias()
533 if (AllocsForIndirectGlobals.count(UV2)) in alias()
534 GV2 = AllocsForIndirectGlobals[UV2]; in alias()
/external/llvm/lib/Analysis/
DGlobalsModRef.cpp780 const Value *UV2 = GetUnderlyingObject(LocB.Ptr, DL); in alias() local
785 const GlobalValue *GV2 = dyn_cast<GlobalValue>(UV2); in alias()
810 const Value *UV = GV1 ? UV2 : UV1; in alias()
827 if (const LoadInst *LI = dyn_cast<LoadInst>(UV2)) in alias()
837 GV2 = AllocsForIndirectGlobals.lookup(UV2); in alias()