Searched refs:getContainedType (Results 1 - 6 of 6) sorted by relevance

/external/llvm/include/llvm/
H A DType.h305 /// getContainedType - This method is used to implement the type iterator
309 Type *getContainedType(unsigned i) const { function in class:llvm::Type
/external/llvm/lib/Linker/
H A DLinkModules.cpp193 if (!areTypesIsomorphic(DstTy->getContainedType(i),
194 SrcTy->getContainedType(i)))
272 ElementTypes[i] = getImpl(Ty->getContainedType(i));
273 AnyChange |= ElementTypes[i] != Ty->getContainedType(i);
/external/llvm/lib/ExecutionEngine/Interpreter/
H A DExternalFunctions.cpp96 ExtName += getTypeID(FT->getContainedType(i));
/external/llvm/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp1546 AllocaInst *NA = new AllocaInst(ST->getContainedType(i), 0,
1767 EltTy = (NumElts == 0 ? 0 : ST->getContainedType(0));
1769 if (ST->getContainedType(n) != EltTy)
1846 EltTy = ST->getContainedType(EltIdx);
2024 T = ST->getContainedType(Idx);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp386 I.getCalledValue()->getType()->getContainedType(0));
/external/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp300 Value *Val = getRandomValue(Tp->getContainedType(0));

Completed in 106 milliseconds