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

References

include/llvm/IR/GetElementPtrTypeIterator.h
   45       I.CurTy = Ty;
   69       if (auto *T = CurTy.dyn_cast<Type *>())
   71       return CurTy.get<StructType *>()->getTypeAtIndex(getOperand());
   79         CurTy = STy->getElementType();
   82         CurTy = dyn_cast<StructType>(Ty);
  106     bool isStruct() const { return CurTy.is<StructType *>(); }
  107     bool isSequential() const { return CurTy.is<Type *>(); }
  109     StructType *getStructType() const { return CurTy.get<StructType *>(); }
  112       return CurTy.dyn_cast<StructType *>();