Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Linker/
H A DIRMover.cpp160 if (SrcTy->getNumContainedTypes() != DstTy->getNumContainedTypes()) in areTypesIsomorphic()
188 for (unsigned I = 0, E = SrcTy->getNumContainedTypes(); I != E; ++I) in areTypesIsomorphic()
272 if (Ty->getNumContainedTypes() == 0 && IsUniqued) in get()
277 ElementTypes.resize(Ty->getNumContainedTypes()); in get()
278 for (unsigned I = 0, E = Ty->getNumContainedTypes(); I != E; ++I) { in get()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DType.h339 unsigned getNumContainedTypes() const { return NumContainedTys; } in getNumContainedTypes() function
/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp2305 SrcElTy->getNumContainedTypes() /* not "{}" */) { in visitBitCast()
/freebsd-12.1/contrib/llvm/lib/IR/
H A DCore.cpp755 return unwrap(Tp)->getNumContainedTypes(); in LLVMGetNumContainedTypes()