Searched refs:getNumContainedTypes (Results 1 – 9 of 9) sorted by relevance
107 if (SrcTy->getNumContainedTypes() != DstTy->getNumContainedTypes()) in recursivelyAddMappingIfTypesAreIsomorphic()133 for (unsigned I = 0, E = SrcTy->getNumContainedTypes(); I != E; ++I) in recursivelyAddMappingIfTypesAreIsomorphic()179 if (Ty->getNumContainedTypes() == 0 && IsUniqued) in get()184 ElementTypes.resize(Ty->getNumContainedTypes()); in get()185 for (unsigned I = 0, E = Ty->getNumContainedTypes(); I != E; ++I) { in get()
384 unsigned getNumContainedTypes() const { return NumContainedTys; } in getNumContainedTypes() function
829 unsigned getNumTypeParameters() const { return getNumContainedTypes(); } in getNumTypeParameters()
203 unsigned StructSize = Ty->getNumContainedTypes(); in isStructOfMatchingFixedVectors()719 for (unsigned I = 1; I < CallType->getNumContainedTypes(); I++) { in splitCall()1085 for (unsigned I = 1; I < OpTy->getNumContainedTypes(); I++) { in visitExtractValueInst()
330 if (Ty->getNumContainedTypes() == 0 && IsUniqued) in remapTypeImpl()333 SmallVector<Type *> ElementTypes(Ty->getNumContainedTypes(), nullptr); in remapTypeImpl()334 for (unsigned int I = 0, E = Ty->getNumContainedTypes(); I < E; ++I) { in remapTypeImpl()476 if (From->getNumContainedTypes() == 0) in fatPtrsToInts()510 if (From->getNumContainedTypes() == 0) in intsToFatPtrs()
1205 assert(ST->getNumContainedTypes() == 2 && in memVTFromLoadIntrReturn()
83 for (unsigned i = 0; i < Ty->getNumContainedTypes(); i++) { in getNumDefTiles()
2406 if (!STy->getNumContainedTypes()) in getFPTypeAtOffset()
900 return unwrap(Tp)->getNumContainedTypes(); in LLVMGetNumContainedTypes()