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

Declarations

include/llvm/IR/DerivedTypes.h
  205   Type *getTypeAtIndex(const Value *V) const;

References

include/llvm/IR/GetElementPtrTypeIterator.h
   71       return CurTy.get<StructType *>()->getTypeAtIndex(getOperand());
lib/Analysis/ScalarEvolution.cpp
 3516       CurTy = STy->getTypeAtIndex(Index);
lib/IR/ConstantFold.cpp
 2338        Prev = Ty, Ty = cast<CompositeType>(Ty)->getTypeAtIndex(Idxs[i]), ++i) {
lib/IR/Instructions.cpp
 1643     Agg = CT->getTypeAtIndex(Index);
lib/Transforms/InstCombine/InstructionCombining.cpp
 1747             CurTy = CT->getTypeAtIndex(Op1->getOperand(J));