Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DGetElementPtrTypeIterator.h59 return CT->getTypeAtIndex(getOperand()); in getIndexedType()
70 CurTy = CT->getTypeAtIndex(getOperand());
/external/llvm/include/llvm/
DDerivedTypes.h153 Type *getTypeAtIndex(const Value *V);
154 Type *getTypeAtIndex(unsigned Idx);
/external/llvm/lib/VMCore/
DType.cpp560 Type *CompositeType::getTypeAtIndex(const Value *V) { in getTypeAtIndex() function in CompositeType
569 Type *CompositeType::getTypeAtIndex(unsigned Idx) { in getTypeAtIndex() function in CompositeType
DVerifier.cpp429 STy->getTypeAtIndex(0u)->isIntegerTy(32) && in visitGlobalVariable()
430 STy->getTypeAtIndex(1) == FuncPtrTy, in visitGlobalVariable()
DConstantFold.cpp934 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()
DInstructions.cpp1091 Agg = CT->getTypeAtIndex(Index); in getIndexedTypeInternal()
1406 Agg = cast<CompositeType>(Agg)->getTypeAtIndex(Index); in getIndexedType()
/external/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp442 ElTy = STy->getTypeAtIndex(ElIdx); in expandAddToGEP()
459 STy->getTypeAtIndex(cast<ConstantInt>(FieldNo)->getZExtValue()); in expandAddToGEP()
471 ElTy = STy->getTypeAtIndex(0u); in expandAddToGEP()
DConstantFolding.cpp690 Ty = STy->getTypeAtIndex(ElIdx); in SymbolicallyEvaluateGEP()
/external/llvm/lib/Transforms/IPO/
DArgumentPromotion.cpp699 ElTy = cast<CompositeType>(ElTy)->getTypeAtIndex(*II); in DoPromotion()
DGlobalOpt.cpp2371 NewTy = STy->getTypeAtIndex(0U); in EvaluateFunction()
/external/llvm/lib/Transforms/Instrumentation/
DPathProfiling.cpp1391 Type *eltType = ftArrayType->getTypeAtIndex((unsigned)0); in runOnModule()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp1689 SrcElTy = cast<CompositeType>(SrcElTy)->getTypeAtIndex(ZeroUInt); in visitBitCast()
/external/llvm/lib/Target/X86/
DX86FastISel.cpp1415 cast<StructType>(Callee->getReturnType())->getTypeAtIndex(unsigned(0)); in X86VisitIntrinsicCall()