Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp616 ElementCount PartNumElts = PartVT.getVectorElementCount(); in widenVectorToPartType() local
622 if (ElementCount::isKnownLE(PartNumElts, ValueNumElts) || in widenVectorToPartType()
623 PartNumElts.isScalable() != ValueNumElts.isScalable() || in widenVectorToPartType()
629 if (PartNumElts.isScalable()) in widenVectorToPartType()
639 Ops.append((PartNumElts - ValueNumElts).getFixedValue(), EltUndef); in widenVectorToPartType()