Home
last modified time | relevance | path

Searched refs:getNumContainedTypes (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp170 if (SrcTy->getNumContainedTypes() != DstTy->getNumContainedTypes()) in areTypesIsomorphic()
200 for (unsigned I = 0, E = SrcTy->getNumContainedTypes(); I != E; ++I) in areTypesIsomorphic()
275 if (Ty->getNumContainedTypes() == 0 && IsUniqued) in get()
280 ElementTypes.resize(Ty->getNumContainedTypes()); in get()
281 for (unsigned I = 0, E = Ty->getNumContainedTypes(); I != E; ++I) { in get()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DType.h383 unsigned getNumContainedTypes() const { return NumContainedTys; } in getNumContainedTypes() function
H A DDerivedTypes.h756 unsigned getNumTypeParameters() const { return getNumContainedTypes(); } in getNumTypeParameters()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DX86.cpp2372 if (!STy->getNumContainedTypes()) in getFPTypeAtOffset()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp873 return unwrap(Tp)->getNumContainedTypes(); in LLVMGetNumContainedTypes()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp1120 assert(ST->getNumContainedTypes() == 2 && in memVTFromLoadIntrReturn()