Searched refs:SubUndefElts (Results 1 – 2 of 2) sorted by relevance
3157 APInt SubUndefElts; in isSplatValue() local3161 if (!isSplatValue(Src, SubDemandedElts, SubUndefElts, Depth + 1)) in isSplatValue()3164 if (!SubUndefElts.isZero()) in isSplatValue()
59397 APInt VecUndefElts, SubUndefElts; in combineINSERT_SUBVECTOR() local59401 getTargetConstantBitsFromNode(SubVec, EltSizeInBits, SubUndefElts, in combineINSERT_SUBVECTOR()59403 VecUndefElts.insertBits(SubUndefElts, IdxVal); in combineINSERT_SUBVECTOR()