Searched refs:getNumContainedTypes (Results 1 – 14 of 14) sorted by relevance
154 if (SrcTy->getNumContainedTypes() != DstTy->getNumContainedTypes()) in areTypesIsomorphic()185 for (unsigned I = 0, E = SrcTy->getNumContainedTypes(); I != E; ++I) in areTypesIsomorphic()260 if (Ty->getNumContainedTypes() == 0 && IsUniqued) in get()265 ElementTypes.resize(Ty->getNumContainedTypes()); in get()266 for (unsigned I = 0, E = Ty->getNumContainedTypes(); I != E; ++I) { in get()
160 if (SrcTy->getNumContainedTypes() != DstTy->getNumContainedTypes()) in areTypesIsomorphic()190 for (unsigned I = 0, E = SrcTy->getNumContainedTypes(); I != E; ++I) in areTypesIsomorphic()265 if (Ty->getNumContainedTypes() == 0 && IsUniqued) in get()270 ElementTypes.resize(Ty->getNumContainedTypes()); in get()271 for (unsigned I = 0, E = Ty->getNumContainedTypes(); I != E; ++I) { in get()
159 if (SrcTy->getNumContainedTypes() != DstTy->getNumContainedTypes()) in areTypesIsomorphic()187 for (unsigned I = 0, E = SrcTy->getNumContainedTypes(); I != E; ++I) in areTypesIsomorphic()271 if (Ty->getNumContainedTypes() == 0 && IsUniqued) in get()276 ElementTypes.resize(Ty->getNumContainedTypes()); in get()277 for (unsigned I = 0, E = Ty->getNumContainedTypes(); I != E; ++I) { in get()
320 unsigned getNumContainedTypes() const { return NumContainedTys; } in getNumContainedTypes() function
322 unsigned getNumContainedTypes() const { return NumContainedTys; } in getNumContainedTypes() function
342 unsigned getNumContainedTypes() const { return NumContainedTys; } in getNumContainedTypes() function
344 unsigned getNumContainedTypes() const { return NumContainedTys; } in getNumContainedTypes() function
95 for (unsigned i = 0, e = FT->getNumContainedTypes(); i != e; ++i) in lookupFunction()
392 if (RetTy->getNumContainedTypes() == 2) { in getMips16HelperFunction()
1830 SrcElTy->getNumContainedTypes() /* not "{}" */) { in visitBitCast()
2430 SrcElTy->getNumContainedTypes() /* not "{}" */) { in visitBitCast()
786 return unwrap(Tp)->getNumContainedTypes(); in LLVMGetNumContainedTypes()
763 return unwrap(Tp)->getNumContainedTypes(); in LLVMGetNumContainedTypes()
1043 if (ST->getNumContainedTypes() != 2 || in memVTFromImageReturn()