reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

gen/lib/Target/AMDGPU/R600GenDAGISel.inc
12399          isa<GlobalValue>(GetUnderlyingObject(
12413            !isa<GlobalValue>(GetUnderlyingObject(
include/llvm/Analysis/ObjCARCAnalysisUtils.h
   80     V = GetUnderlyingObject(V, DL);
lib/Analysis/AliasAnalysis.cpp
  647       GetUnderlyingObject(MemLoc.Ptr, I->getModule()->getDataLayout());
lib/Analysis/BasicAliasAnalysis.cpp
  661     const Value *V = GetUnderlyingObject(Worklist.pop_back_val(), DL);
  875   const Value *Object = GetUnderlyingObject(Loc.Ptr, DL);
 1765     O1 = GetUnderlyingObject(V1, DL, MaxLookupSearchDepth);
 1768     O2 = GetUnderlyingObject(V2, DL, MaxLookupSearchDepth);
lib/Analysis/DependenceAnalysis.cpp
  656   const Value *AObj = GetUnderlyingObject(LocA.Ptr, DL);
  657   const Value *BObj = GetUnderlyingObject(LocB.Ptr, DL);
lib/Analysis/GlobalsModRef.cpp
  656       Inputs.push_back(GetUnderlyingObject(LI->getPointerOperand(), DL));
  660       const Value *LHS = GetUnderlyingObject(SI->getTrueValue(), DL);
  661       const Value *RHS = GetUnderlyingObject(SI->getFalseValue(), DL);
  670         Op = GetUnderlyingObject(Op, DL);
  769       const Value *Ptr = GetUnderlyingObject(LI->getPointerOperand(), DL);
  777       const Value *LHS = GetUnderlyingObject(SI->getTrueValue(), DL);
  778       const Value *RHS = GetUnderlyingObject(SI->getFalseValue(), DL);
  787         Op = GetUnderlyingObject(Op, DL);
  814   const Value *UV1 = GetUnderlyingObject(LocA.Ptr, DL);
  815   const Value *UV2 = GetUnderlyingObject(LocB.Ptr, DL);
  929           dyn_cast<GlobalValue>(GetUnderlyingObject(Loc.Ptr, DL)))
lib/Analysis/MemoryDependenceAnalysis.cpp
  667       const Value *AccessPtr = GetUnderlyingObject(MemLoc.Ptr, DL);
lib/Analysis/ValueTracking.cpp
 3772     P = GetUnderlyingObject(P, DL, MaxLookup);
lib/Target/AMDGPU/AMDGPUAliasAnalysis.cpp
   94   const Value *Base = GetUnderlyingObject(Loc.Ptr, DL);
lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp
  156             dyn_cast<AllocaInst>(GetUnderlyingObject(Ptr, DL));
lib/Target/AMDGPU/SIInstrInfo.cpp
  420   Base1 = GetUnderlyingObject(Base1, DL);
  421   Base2 = GetUnderlyingObject(Base1, DL);
lib/Transforms/Scalar/DeadStoreElimination.cpp
  373   const Value *UO1 = GetUnderlyingObject(P1, DL),
  374               *UO2 = GetUnderlyingObject(P2, DL);
  720   const Value *UnderlyingPointer = GetUnderlyingObject(LoadedLoc.Ptr, DL);
 1160         const Value* Underlying = GetUnderlyingObject(DepLoc.Ptr, DL);
lib/Transforms/Vectorize/LoadStoreVectorizer.cpp
  727   const Value *ObjPtr = GetUnderlyingObject(Ptr, DL);