HomeSort by relevance Sort by last modified time
    Searched refs:UV2 (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Analysis/IPA/
GlobalsModRef.cpp 495 const Value *UV2 = GetUnderlyingObject(LocB.Ptr);
500 const GlobalValue *GV2 = dyn_cast<GlobalValue>(UV2);
524 if (const LoadInst *LI = dyn_cast<LoadInst>(UV2))
533 if (AllocsForIndirectGlobals.count(UV2))
534 GV2 = AllocsForIndirectGlobals[UV2];
  /external/llvm/lib/Analysis/
GlobalsModRef.cpp 780 const Value *UV2 = GetUnderlyingObject(LocB.Ptr, DL);
785 const GlobalValue *GV2 = dyn_cast<GlobalValue>(UV2);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
GlobalsModRef.cpp     [all...]

Completed in 140 milliseconds