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

References

lib/Target/Hexagon/HexagonCommonGEP.cpp
  193     GepNode(const GepNode *N) : Flags(N->Flags), Idx(N->Idx), PTy(N->PTy) {
  257     if (GN.PTy->isStructTy()) {
  258       StructType *STy = cast<StructType>(GN.PTy);
  260         OS << GN.PTy->getStructName();
  265       OS << *GN.PTy;
  359   N->PTy = PtrOp->getType();
  389     Nx->PTy = PtrTy;
  494     ID.AddPointer(N->PTy);
 1107     if (!NA[nax]->PTy->isPointerTy()) {
 1120         Type *NextTy = next_type(N->PTy, N->Idx);
 1121         if (NextTy != NA[nax]->PTy)