Searched refs:ValueNumElts (Results 1 – 1 of 1) sorted by relevance
617 ElementCount ValueNumElts = ValueVT.getVectorElementCount(); in widenVectorToPartType() local622 if (ElementCount::isKnownLE(PartNumElts, ValueNumElts) || in widenVectorToPartType()623 PartNumElts.isScalable() != ValueNumElts.isScalable() || in widenVectorToPartType()639 Ops.append((PartNumElts - ValueNumElts).getFixedValue(), EltUndef); in widenVectorToPartType()