Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp612 ElementCount PartNumElts = PartVT.getVectorElementCount(); in widenVectorToPartType() local
618 if (ElementCount::isKnownLE(PartNumElts, ValueNumElts) || in widenVectorToPartType()
619 PartNumElts.isScalable() != ValueNumElts.isScalable() || in widenVectorToPartType()
625 if (PartNumElts.isScalable()) in widenVectorToPartType()
635 Ops.append((PartNumElts - ValueNumElts).getFixedValue(), EltUndef); in widenVectorToPartType()