Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp652 ElementCount ValueNumElts = ValueVT.getVectorElementCount(); in widenVectorToPartType() local
657 if (ElementCount::isKnownLE(PartNumElts, ValueNumElts) || in widenVectorToPartType()
658 PartNumElts.isScalable() != ValueNumElts.isScalable()) in widenVectorToPartType()
682 Ops.append((PartNumElts - ValueNumElts).getFixedValue(), EltUndef); in widenVectorToPartType()