Searched refs:getNumContainedTypes (Results 1 – 7 of 7) sorted by relevance
151 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()
331 unsigned getNumContainedTypes() const { return NumContainedTys; } in getNumContainedTypes() function
95 for (unsigned i = 0, e = FT->getNumContainedTypes(); i != e; ++i) in lookupFunction()
1555 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()
394 if (RetTy->getNumContainedTypes() == 2) { in getMips16HelperFunction()
1262 for (size_t x = 0, y = PT->getNumContainedTypes(); x < y; ++x) { in getTypeSize()
1820 SrcElTy->getNumContainedTypes() /* not "{}" */) { in visitBitCast()