Home
last modified time | relevance | path

Searched refs:getNumContainedTypes (Results 1 – 7 of 7) sorted by relevance

/external/llvm/lib/Linker/
DIRMover.cpp151 if (SrcTy->getNumContainedTypes() != DstTy->getNumContainedTypes()) in areTypesIsomorphic()
182 for (unsigned I = 0, E = SrcTy->getNumContainedTypes(); I != E; ++I) in areTypesIsomorphic()
257 if (Ty->getNumContainedTypes() == 0 && IsUniqued) in get()
262 ElementTypes.resize(Ty->getNumContainedTypes()); in get()
263 for (unsigned I = 0, E = Ty->getNumContainedTypes(); I != E; ++I) { in get()
/external/llvm/include/llvm/IR/
DType.h331 unsigned getNumContainedTypes() const { return NumContainedTys; } in getNumContainedTypes() function
/external/llvm/lib/ExecutionEngine/Interpreter/
DExternalFunctions.cpp95 for (unsigned i = 0, e = FT->getNumContainedTypes(); i != e; ++i) in lookupFunction()
/external/llvm/lib/Transforms/Scalar/
DScalarReplAggregates.cpp1555 ElementAllocas.reserve(ST->getNumContainedTypes()); in DoScalarReplacement()
1556 for (unsigned i = 0, e = ST->getNumContainedTypes(); i != e; ++i) { in DoScalarReplacement()
1770 NumElts = ST->getNumContainedTypes(); in isHomogeneousAggregate()
/external/llvm/lib/Target/Mips/
DMips16ISelLowering.cpp394 if (RetTy->getNumContainedTypes() == 2) { in getMips16HelperFunction()
/external/mesa3d/src/gallium/drivers/radeon/
DAMDILPeepholeOptimizer.cpp1262 for (size_t x = 0, y = PT->getNumContainedTypes(); x < y; ++x) { in getTypeSize()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp1820 SrcElTy->getNumContainedTypes() /* not "{}" */) { in visitBitCast()