Lines Matching refs:UndefSrcElts

6528   auto CastBitData = [&](APInt &UndefSrcElts, ArrayRef<APInt> SrcEltBits) {  in getTargetConstantBitsFromNode()  argument
6529 unsigned NumSrcElts = UndefSrcElts.getBitWidth(); in getTargetConstantBitsFromNode()
6536 if (UndefSrcElts.getBoolValue() && !AllowUndefs) in getTargetConstantBitsFromNode()
6541 UndefElts = UndefSrcElts; in getTargetConstantBitsFromNode()
6552 if (UndefSrcElts[i]) in getTargetConstantBitsFromNode()
6605 APInt UndefSrcElts = APInt::getAllOnesValue(NumElts); in getTargetConstantBitsFromNode() local
6607 return CastBitData(UndefSrcElts, SrcEltBits); in getTargetConstantBitsFromNode()
6612 APInt UndefSrcElts = APInt::getNullValue(1); in getTargetConstantBitsFromNode() local
6614 return CastBitData(UndefSrcElts, SrcEltBits); in getTargetConstantBitsFromNode()
6617 APInt UndefSrcElts = APInt::getNullValue(1); in getTargetConstantBitsFromNode() local
6620 return CastBitData(UndefSrcElts, SrcEltBits); in getTargetConstantBitsFromNode()
6628 APInt UndefSrcElts(NumSrcElts, 0); in getTargetConstantBitsFromNode() local
6633 UndefSrcElts.setBit(i); in getTargetConstantBitsFromNode()
6639 return CastBitData(UndefSrcElts, SrcEltBits); in getTargetConstantBitsFromNode()
6645 APInt UndefSrcElts(NumSrcElts, 0); in getTargetConstantBitsFromNode() local
6650 UndefSrcElts.setBit(i); in getTargetConstantBitsFromNode()
6657 return CastBitData(UndefSrcElts, SrcEltBits); in getTargetConstantBitsFromNode()
6670 APInt UndefSrcElts(NumSrcElts, 0); in getTargetConstantBitsFromNode() local
6674 UndefSrcElts, i)) in getTargetConstantBitsFromNode()
6677 return CastBitData(UndefSrcElts, SrcEltBits); in getTargetConstantBitsFromNode()
6692 APInt UndefSrcElts(NumSrcElts, 0); in getTargetConstantBitsFromNode() local
6694 if (CollectConstantBits(C, SrcEltBits[0], UndefSrcElts, 0)) { in getTargetConstantBitsFromNode()
6695 if (UndefSrcElts[0]) in getTargetConstantBitsFromNode()
6696 UndefSrcElts.setBits(0, NumSrcElts); in getTargetConstantBitsFromNode()
6698 return CastBitData(UndefSrcElts, SrcEltBits); in getTargetConstantBitsFromNode()
6742 APInt UndefSrcElts(NumSrcElts, 0); in getTargetConstantBitsFromNode() local
6747 return CastBitData(UndefSrcElts, SrcEltBits); in getTargetConstantBitsFromNode()
6757 APInt UndefSrcElts, UndefSubElts; in getTargetConstantBitsFromNode() local
6764 UndefSrcElts, EltSrcBits, in getTargetConstantBitsFromNode()
6768 UndefSrcElts.insertBits(UndefSubElts, BaseIdx); in getTargetConstantBitsFromNode()
6771 return CastBitData(UndefSrcElts, EltSrcBits); in getTargetConstantBitsFromNode()
7397 APInt UndefSrcElts[2]; in getTargetShuffleAndZeroables() local
7400 getTargetConstantBitsFromNode(V1, EltSizeInBits, UndefSrcElts[0], in getTargetShuffleAndZeroables()
7402 getTargetConstantBitsFromNode(V2, EltSizeInBits, UndefSrcElts[1], in getTargetShuffleAndZeroables()
7460 if (UndefSrcElts[SrcIdx][M]) in getTargetShuffleAndZeroables()