Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp3157 APInt SubUndefElts; in isSplatValue() local
3161 if (!isSplatValue(Src, SubDemandedElts, SubUndefElts, Depth + 1)) in isSplatValue()
3164 if (!SubUndefElts.isZero()) in isSplatValue()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp59397 APInt VecUndefElts, SubUndefElts; in combineINSERT_SUBVECTOR() local
59401 getTargetConstantBitsFromNode(SubVec, EltSizeInBits, SubUndefElts, in combineINSERT_SUBVECTOR()
59403 VecUndefElts.insertBits(SubUndefElts, IdxVal); in combineINSERT_SUBVECTOR()