Searched refs:getTypeAtIndex (Results 1 – 13 of 13) sorted by relevance
59 return CT->getTypeAtIndex(getOperand()); in getIndexedType()70 CurTy = CT->getTypeAtIndex(getOperand());
153 Type *getTypeAtIndex(const Value *V);154 Type *getTypeAtIndex(unsigned Idx);
560 Type *CompositeType::getTypeAtIndex(const Value *V) { in getTypeAtIndex() function in CompositeType569 Type *CompositeType::getTypeAtIndex(unsigned Idx) { in getTypeAtIndex() function in CompositeType
429 STy->getTypeAtIndex(0u)->isIntegerTy(32) && in visitGlobalVariable()430 STy->getTypeAtIndex(1) == FuncPtrTy, in visitGlobalVariable()
934 Type *MemberTy = AggTy->getTypeAtIndex(i); in ConstantFoldInsertValueInstruction()965 Type *MemberTy = AggTy->getTypeAtIndex(i); in ConstantFoldInsertValueInstruction()2273 Prev = Ty, Ty = cast<CompositeType>(Ty)->getTypeAtIndex(Idxs[i]), ++i) { in ConstantFoldGetElementPtrImpl()
1091 Agg = CT->getTypeAtIndex(Index); in getIndexedTypeInternal()1406 Agg = cast<CompositeType>(Agg)->getTypeAtIndex(Index); in getIndexedType()
442 ElTy = STy->getTypeAtIndex(ElIdx); in expandAddToGEP()459 STy->getTypeAtIndex(cast<ConstantInt>(FieldNo)->getZExtValue()); in expandAddToGEP()471 ElTy = STy->getTypeAtIndex(0u); in expandAddToGEP()
690 Ty = STy->getTypeAtIndex(ElIdx); in SymbolicallyEvaluateGEP()
699 ElTy = cast<CompositeType>(ElTy)->getTypeAtIndex(*II); in DoPromotion()
2371 NewTy = STy->getTypeAtIndex(0U); in EvaluateFunction()
1391 Type *eltType = ftArrayType->getTypeAtIndex((unsigned)0); in runOnModule()
1689 SrcElTy = cast<CompositeType>(SrcElTy)->getTypeAtIndex(ZeroUInt); in visitBitCast()
1415 cast<StructType>(Callee->getReturnType())->getTypeAtIndex(unsigned(0)); in X86VisitIntrinsicCall()