Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp624 ElementCount PartNumElts = PartVT.getVectorElementCount(); in widenVectorToPartType() local
630 if (ElementCount::isKnownLE(PartNumElts, ValueNumElts) || in widenVectorToPartType()
631 PartNumElts.isScalable() != ValueNumElts.isScalable() || in widenVectorToPartType()
637 if (PartNumElts.isScalable()) in widenVectorToPartType()
647 Ops.append((PartNumElts - ValueNumElts).getFixedValue(), EltUndef); in widenVectorToPartType()