Home
last modified time | relevance | path

Searched refs:getTypeAtIndex (Results 1 – 17 of 17) sorted by relevance

/external/llvm/include/llvm/Support/
DGetElementPtrTypeIterator.h59 return CT->getTypeAtIndex(getOperand()); in getIndexedType()
70 CurTy = CT->getTypeAtIndex(getOperand());
/external/llvm/lib/CodeGen/
DAnalysis.cpp402 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()
/external/llvm/include/llvm/IR/
DDerivedTypes.h152 Type *getTypeAtIndex(const Value *V);
153 Type *getTypeAtIndex(unsigned Idx);
/external/llvm/lib/IR/
DType.cpp631 Type *CompositeType::getTypeAtIndex(const Value *V) { in getTypeAtIndex() function in CompositeType
641 Type *CompositeType::getTypeAtIndex(unsigned Idx) { in getTypeAtIndex() function in CompositeType
DVerifier.cpp467 STy->getTypeAtIndex(0u)->isIntegerTy(32) && in visitGlobalVariable()
468 STy->getTypeAtIndex(1) == FuncPtrTy, in visitGlobalVariable()
DInstructions.cpp1379 Agg = CT->getTypeAtIndex(Index); in getIndexedTypeInternal()
1723 Agg = cast<CompositeType>(Agg)->getTypeAtIndex(Index); in getIndexedType()
DConstantFold.cpp2010 Prev = Ty, Ty = cast<CompositeType>(Ty)->getTypeAtIndex(Idxs[i]), ++i) { in ConstantFoldGetElementPtrImpl()
/external/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp471 ElTy = STy->getTypeAtIndex(ElIdx); in expandAddToGEP()
488 STy->getTypeAtIndex(cast<ConstantInt>(FieldNo)->getZExtValue()); in expandAddToGEP()
500 ElTy = STy->getTypeAtIndex(0u); in expandAddToGEP()
DConstantFolding.cpp776 Ty = STy->getTypeAtIndex(ElIdx); in SymbolicallyEvaluateGEP()
/external/llvm/lib/Transforms/IPO/
DArgumentPromotion.cpp692 ElTy = cast<CompositeType>(ElTy)->getTypeAtIndex(*II); in DoPromotion()
DGlobalOpt.cpp2638 NewTy = STy->getTypeAtIndex(0U); in EvaluateBlock()
/external/clang/lib/CodeGen/
DCGRecordLayoutBuilder.cpp1036 llvm::Type *ElementTy = ST->getTypeAtIndex(RL->getLLVMFieldNo(FD)); in ComputeRecordLayout()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1308 if (!isa<IntegerType>(ETy->getTypeAtIndex(0U)) || in EmitXXStructorList()
1309 !isa<PointerType>(ETy->getTypeAtIndex(1U))) return; // Not (int, ptr). in EmitXXStructorList()
/external/llvm/lib/Transforms/Instrumentation/
DPathProfiling.cpp1390 Type *eltType = ftArrayType->getTypeAtIndex((unsigned)0); in runOnModule()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp1719 SrcElTy = cast<CompositeType>(SrcElTy)->getTypeAtIndex(ZeroUInt); in visitBitCast()
/external/llvm/lib/Transforms/Scalar/
DScalarReplAggregates.cpp2083 GepTy = cast<CompositeType>(GepTy)->getTypeAtIndex(0U); in RewriteGEP()
/external/llvm/lib/Target/X86/
DX86FastISel.cpp1681 cast<StructType>(Callee->getReturnType())->getTypeAtIndex(unsigned(0)); in X86VisitIntrinsicCall()