Searched refs:getContainedTypes (Results 1 – 4 of 4) sorted by relevance
93 inline ArrayRef<Type *> getContainedTypes(Type *const &Ty) { in getContainedTypes() function102 return cast<VectorType>(getContainedTypes(Ty).front())->getElementCount(); in getVectorizedTypeVF()
355 for (Type *RetTy : getContainedTypes(RetTy)) { in getScalableECFromSignature()
340 for (auto [Idx, VectorTy] : enumerate(getContainedTypes(RetTy))) {2118 Type *Ty = getContainedTypes(RetTy).front(); in getIntrinsicInstrCost()2155 for (Type *VectorTy : getContainedTypes(RetTy)) { in getIntrinsicInstrCost()2905 ArrayRef<Type *> RetVTys = getContainedTypes(RetTy); in getTypeBasedIntrinsicInstrCost()
4215 if (any_of(getContainedTypes(WideTy), WillGenerateTargetVectors)) in willGenerateVectors()5028 for (Type *VectorTy : getContainedTypes(WideTy)) { in computePredInstDiscount()5050 for (Type *VectorTy : getContainedTypes(WideTy)) { in computePredInstDiscount()5542 for (Type *VectorTy : getContainedTypes(RetTy)) { in getScalarizationOverhead()