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) {
  249     if (ConstantInt *CI = dyn_cast<ConstantInt>(GN.Idx))
  251     else if (GN.Idx->hasName())
  252       OS << GN.Idx->getName();
  254       OS << "<anon> =" << *GN.Idx;
  360   N->Idx = *GepI->idx_begin();
  390     Nx->Idx = Op;
  493     ID.AddPointer(N->Idx);
  804   Instruction *IdxI = dyn_cast<Instruction>(Node->Idx);
  851   return isInvariantIn(Node->Idx, L);
  888   if (Instruction *IIn = dyn_cast<Instruction>(Node->Idx))
  947     return isa<ConstantInt>(N->Idx);
 1116       IdxList[IdxC++] = N->Idx;
 1120         Type *NextTy = next_type(N->PTy, N->Idx);