Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/lib/CodeGen/
DAnalysis.cpp403 Type *DeeperType = SubTypes.back()->getTypeAtIndex(Path.back()); in advanceToNextLeafType()
412 DeeperType = CT->getTypeAtIndex(0U); in advanceToNextLeafType()
438 Next = cast<CompositeType>(Next)->getTypeAtIndex(0U); in firstRealType()
448 while (SubTypes.back()->getTypeAtIndex(Path.back())->isAggregateType()) { in firstRealType()
465 } while (SubTypes.back()->getTypeAtIndex(Path.back())->isAggregateType()); in nextRealType()
587 Type *SlotType = RetSubTypes.back()->getTypeAtIndex(RetPath.back()); in returnTypeIsEligibleForTailCall()
/freebsd-10-stable/contrib/llvm/include/llvm/Support/
DGetElementPtrTypeIterator.h59 return CT->getTypeAtIndex(getOperand()); in getIndexedType()
70 CurTy = CT->getTypeAtIndex(getOperand());
/freebsd-10-stable/contrib/llvm/include/llvm/IR/
DDerivedTypes.h152 Type *getTypeAtIndex(const Value *V);
153 Type *getTypeAtIndex(unsigned Idx);
/freebsd-10-stable/contrib/llvm/lib/IR/
DType.cpp627 Type *CompositeType::getTypeAtIndex(const Value *V) { in getTypeAtIndex() function in CompositeType
637 Type *CompositeType::getTypeAtIndex(unsigned Idx) { in getTypeAtIndex() function in CompositeType
DVerifier.cpp476 STy->getTypeAtIndex(0u)->isIntegerTy(32) && in visitGlobalVariable()
477 STy->getTypeAtIndex(1) == FuncPtrTy, in visitGlobalVariable()
DInstructions.cpp1379 Agg = CT->getTypeAtIndex(Index); in getIndexedTypeInternal()
1723 Agg = cast<CompositeType>(Agg)->getTypeAtIndex(Index); in getIndexedType()
DConstantFold.cpp2068 Prev = Ty, Ty = cast<CompositeType>(Ty)->getTypeAtIndex(Idxs[i]), ++i) { in ConstantFoldGetElementPtrImpl()
/freebsd-10-stable/contrib/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp472 ElTy = STy->getTypeAtIndex(ElIdx); in expandAddToGEP()
489 STy->getTypeAtIndex(cast<ConstantInt>(FieldNo)->getZExtValue()); in expandAddToGEP()
501 ElTy = STy->getTypeAtIndex(0u); in expandAddToGEP()
DConstantFolding.cpp802 Ty = STy->getTypeAtIndex(ElIdx); in SymbolicallyEvaluateGEP()
/freebsd-10-stable/contrib/llvm/lib/Transforms/IPO/
DArgumentPromotion.cpp694 ElTy = cast<CompositeType>(ElTy)->getTypeAtIndex(*II); in DoPromotion()
DGlobalOpt.cpp2442 NewTy = STy->getTypeAtIndex(0U); in EvaluateBlock()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGRecordLayoutBuilder.cpp1037 llvm::Type *ElementTy = ST->getTypeAtIndex(RL->getLLVMFieldNo(FD)); in ComputeRecordLayout()
/freebsd-10-stable/contrib/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1331 if (!isa<IntegerType>(ETy->getTypeAtIndex(0U)) || in EmitXXStructorList()
1332 !isa<PointerType>(ETy->getTypeAtIndex(1U))) return; // Not (int, ptr). in EmitXXStructorList()
/freebsd-10-stable/contrib/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp1766 SrcElTy = cast<CompositeType>(SrcElTy)->getTypeAtIndex(ZeroUInt); in visitBitCast()
/freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/
DScalarReplAggregates.cpp2083 GepTy = cast<CompositeType>(GepTy)->getTypeAtIndex(0U); in RewriteGEP()
/freebsd-10-stable/contrib/llvm/lib/Target/X86/
DX86FastISel.cpp1730 cast<StructType>(Callee->getReturnType())->getTypeAtIndex(unsigned(0)); in X86VisitIntrinsicCall()