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

References

lib/Analysis/GlobalsModRef.cpp
  741             (DL.getTypeAllocSize(GVType) > 0) &&
  742             (DL.getTypeAllocSize(InputGVType) > 0))
  769       const Value *Ptr = GetUnderlyingObject(LI->getPointerOperand(), DL);
  770       if (isNonEscapingGlobalNoAliasWithLoad(GV, Ptr, Depth, 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);
  902     GetUnderlyingObjects(A, Objects, DL);
  929           dyn_cast<GlobalValue>(GetUnderlyingObject(Loc.Ptr, DL)))
  948     : AAResultBase(std::move(Arg)), DL(Arg.DL), GetTLI(std::move(Arg.GetTLI)),