Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ShuffleDecodeConstantPool.cpp99 APInt EltUndef = UndefBits.extractBits(MaskEltSizeInBits, BitOffset); in extractConstantMask() local
103 if (EltUndef.isAllOnes()) { in extractConstantMask()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp634 SDValue EltUndef = DAG.getUNDEF(ElementVT); in widenVectorToPartType() local
635 Ops.append((PartNumElts - ValueNumElts).getFixedValue(), EltUndef); in widenVectorToPartType()