reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
205 Type *getTypeAtIndex(const Value *V) const;
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));