Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
DX86ShuffleDecodeConstantPool.cpp99 APInt EltUndef = UndefBits.extractBits(MaskEltSizeInBits, BitOffset); in extractConstantMask() local
103 if (EltUndef.isAllOnesValue()) { in extractConstantMask()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp638 SDValue EltUndef = DAG.getUNDEF(ElementVT); in widenVectorToPartType() local
639 Ops.append((PartNumElts - ValueNumElts).getFixedValue(), EltUndef); in widenVectorToPartType()