Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Linker/
H A DIRMover.cpp189 if (!areTypesIsomorphic(DstTy->getContainedType(I), in areTypesIsomorphic()
190 SrcTy->getContainedType(I))) in areTypesIsomorphic()
279 ElementTypes[I] = get(Ty->getContainedType(I), Visited); in get()
280 AnyChange |= ElementTypes[I] != Ty->getContainedType(I); in get()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachineModuleInfo.cpp337 cast<FunctionType>(I.getCalledValue()->getType()->getContainedType(0)); in computeUsesVAFloatArgument()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DType.h333 Type *getContainedType(unsigned i) const { in getContainedType() function
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp824 if (Ty->getContainedType(0)->isVectorTy()) { in memVTFromAggregate()
825 VectorType *VecComponent = cast<VectorType>(Ty->getContainedType(0)); in memVTFromAggregate()
829 ElementType = Ty->getContainedType(0); in memVTFromAggregate()
833 …assert((Ty->getContainedType(1) && Ty->getContainedType(1)->isIntegerTy(32)) && "Expected int32 ty… in memVTFromAggregate()