Searched refs:getNumContainedTypes (Results 1 – 8 of 8) sorted by relevance
162 if (SrcTy->getNumContainedTypes() != DstTy->getNumContainedTypes()) in areTypesIsomorphic()193 for (unsigned i = 0, e = SrcTy->getNumContainedTypes(); i != e; ++i) in areTypesIsomorphic()265 if (Ty->getNumContainedTypes() == 0) in getImpl()271 ElementTypes.resize(Ty->getNumContainedTypes()); in getImpl()272 for (unsigned i = 0, e = Ty->getNumContainedTypes(); i != e; ++i) { in getImpl()
338 unsigned getNumContainedTypes() const { return NumContainedTys; } in getNumContainedTypes() function
95 for (unsigned i = 0, e = FT->getNumContainedTypes(); i != e; ++i) in lookupFunction()
1544 ElementAllocas.reserve(ST->getNumContainedTypes()); in DoScalarReplacement()1545 for (unsigned i = 0, e = ST->getNumContainedTypes(); i != e; ++i) { in DoScalarReplacement()1757 NumElts = ST->getNumContainedTypes(); in isHomogeneousAggregate()
387 if (RetTy->getNumContainedTypes() == 2) { in getMips16HelperFunction()
1262 for (size_t x = 0, y = PT->getNumContainedTypes(); x < y; ++x) { in getTypeSize()
1718 SrcElTy->getNumContainedTypes() /* not "{}" */) { in visitBitCast()