Searched refs:MinNumElts (Results 1 – 5 of 5) sorted by relevance
638 unsigned MinNumElts) { in get() argument639 assert(MinNumElts > 0 && "#Elements of a VectorType must be greater than 0"); in get()644 auto EC = ElementCount::getScalable(MinNumElts); in get()651 Entry = new (pImpl->Alloc) ScalableVectorType(ElementType, MinNumElts); in get()
603 ScalableVectorType(Type *ElTy, unsigned MinNumElts) in ScalableVectorType() argument604 : VectorType(ElTy, MinNumElts, ScalableVectorTyID) {} in ScalableVectorType()607 static ScalableVectorType *get(Type *ElementType, unsigned MinNumElts);
3860 unsigned MinNumElts = std::min(WidenNumElts, InNumElts); in ModifyToType() local3862 for (Idx = 0; Idx < MinNumElts; ++Idx) in ModifyToType()
5216 unsigned MinNumElts = std::min(WidenNumElts, InNumElts); in ModifyToType() local5218 for (Idx = 0; Idx < MinNumElts; ++Idx) in ModifyToType()
5333 unsigned MinNumElts = std::min(WidenNumElts, InNumElts); in ModifyToType() local5335 for (Idx = 0; Idx < MinNumElts; ++Idx) in ModifyToType()