Searched refs:getNumContainedTypes (Results 1 – 7 of 7) sorted by relevance
171 if (SrcTy->getNumContainedTypes() != DstTy->getNumContainedTypes()) in areTypesIsomorphic()201 for (unsigned I = 0, E = SrcTy->getNumContainedTypes(); I != E; ++I) in areTypesIsomorphic()276 if (Ty->getNumContainedTypes() == 0 && IsUniqued) in get()281 ElementTypes.resize(Ty->getNumContainedTypes()); in get()282 for (unsigned I = 0, E = Ty->getNumContainedTypes(); I != E; ++I) { in get()
383 unsigned getNumContainedTypes() const { return NumContainedTys; } in getNumContainedTypes() function
756 unsigned getNumTypeParameters() const { return getNumContainedTypes(); } in getNumTypeParameters()
302 if (Ty->getNumContainedTypes() == 0 && IsUniqued) in remapTypeImpl()312 SmallVector<Type *> ElementTypes(Ty->getNumContainedTypes(), nullptr); in remapTypeImpl()313 for (unsigned int I = 0, E = Ty->getNumContainedTypes(); I < E; ++I) { in remapTypeImpl()453 if (From->getNumContainedTypes() == 0) in fatPtrsToInts()487 if (From->getNumContainedTypes() == 0) in intsToFatPtrs()
1141 assert(ST->getNumContainedTypes() == 2 && in memVTFromLoadIntrReturn()
2390 if (!STy->getNumContainedTypes()) in getFPTypeAtOffset()
901 return unwrap(Tp)->getNumContainedTypes(); in LLVMGetNumContainedTypes()