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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ShuffleDecodeConstantPool.cpp97 APInt EltUndef = UndefBits.extractBits(MaskEltSizeInBits, BitOffset); local
101 if (EltUndef.isAllOnesValue()) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp649 SDValue EltUndef = DAG.getUNDEF(ElementVT); local
651 Ops.push_back(EltUndef);

Completed in 117 milliseconds