Searched refs:getTypeAtIndex (Results 1 – 17 of 17) sorted by relevance
59 return CT->getTypeAtIndex(getOperand()); in getIndexedType()70 CurTy = CT->getTypeAtIndex(getOperand());
402 Type *DeeperType = SubTypes.back()->getTypeAtIndex(Path.back()); in advanceToNextLeafType()411 DeeperType = CT->getTypeAtIndex(0U); in advanceToNextLeafType()437 Next = cast<CompositeType>(Next)->getTypeAtIndex(0U); in firstRealType()447 while (SubTypes.back()->getTypeAtIndex(Path.back())->isAggregateType()) { in firstRealType()464 } while (SubTypes.back()->getTypeAtIndex(Path.back())->isAggregateType()); in nextRealType()560 Type *SlotType = RetSubTypes.back()->getTypeAtIndex(RetPath.back()); in isInTailCallPosition()
152 Type *getTypeAtIndex(const Value *V);153 Type *getTypeAtIndex(unsigned Idx);
631 Type *CompositeType::getTypeAtIndex(const Value *V) { in getTypeAtIndex() function in CompositeType641 Type *CompositeType::getTypeAtIndex(unsigned Idx) { in getTypeAtIndex() function in CompositeType
467 STy->getTypeAtIndex(0u)->isIntegerTy(32) && in visitGlobalVariable()468 STy->getTypeAtIndex(1) == FuncPtrTy, in visitGlobalVariable()
1379 Agg = CT->getTypeAtIndex(Index); in getIndexedTypeInternal()1723 Agg = cast<CompositeType>(Agg)->getTypeAtIndex(Index); in getIndexedType()
2010 Prev = Ty, Ty = cast<CompositeType>(Ty)->getTypeAtIndex(Idxs[i]), ++i) { in ConstantFoldGetElementPtrImpl()
471 ElTy = STy->getTypeAtIndex(ElIdx); in expandAddToGEP()488 STy->getTypeAtIndex(cast<ConstantInt>(FieldNo)->getZExtValue()); in expandAddToGEP()500 ElTy = STy->getTypeAtIndex(0u); in expandAddToGEP()
776 Ty = STy->getTypeAtIndex(ElIdx); in SymbolicallyEvaluateGEP()
692 ElTy = cast<CompositeType>(ElTy)->getTypeAtIndex(*II); in DoPromotion()
2638 NewTy = STy->getTypeAtIndex(0U); in EvaluateBlock()
1036 llvm::Type *ElementTy = ST->getTypeAtIndex(RL->getLLVMFieldNo(FD)); in ComputeRecordLayout()
1308 if (!isa<IntegerType>(ETy->getTypeAtIndex(0U)) || in EmitXXStructorList()1309 !isa<PointerType>(ETy->getTypeAtIndex(1U))) return; // Not (int, ptr). in EmitXXStructorList()
1390 Type *eltType = ftArrayType->getTypeAtIndex((unsigned)0); in runOnModule()
1719 SrcElTy = cast<CompositeType>(SrcElTy)->getTypeAtIndex(ZeroUInt); in visitBitCast()
2083 GepTy = cast<CompositeType>(GepTy)->getTypeAtIndex(0U); in RewriteGEP()
1681 cast<StructType>(Callee->getReturnType())->getTypeAtIndex(unsigned(0)); in X86VisitIntrinsicCall()