Searched refs:PartNumElts (Results 1 – 1 of 1) sorted by relevance
647 ElementCount PartNumElts = PartVT.getVectorElementCount(); in widenVectorToPartType() local653 if (ElementCount::isKnownLE(PartNumElts, ValueNumElts) || in widenVectorToPartType()654 PartNumElts.isScalable() != ValueNumElts.isScalable()) in widenVectorToPartType()669 if (PartNumElts.isScalable()) in widenVectorToPartType()678 Ops.append((PartNumElts - ValueNumElts).getFixedValue(), EltUndef); in widenVectorToPartType()