Searched refs:UndefSrcElts (Results 1 – 2 of 2) sorted by relevance
6528 auto CastBitData = [&](APInt &UndefSrcElts, ArrayRef<APInt> SrcEltBits) { in getTargetConstantBitsFromNode() argument6529 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() local6607 return CastBitData(UndefSrcElts, SrcEltBits); in getTargetConstantBitsFromNode()6612 APInt UndefSrcElts = APInt::getNullValue(1); in getTargetConstantBitsFromNode() local6614 return CastBitData(UndefSrcElts, SrcEltBits); in getTargetConstantBitsFromNode()6617 APInt UndefSrcElts = APInt::getNullValue(1); in getTargetConstantBitsFromNode() local[all …]
2556 APInt UndefSrcElts; in isSplatValue() local2558 if (isSplatValue(Src, DemandedSrcElts, UndefSrcElts, Depth + 1)) { in isSplatValue()2559 UndefElts = UndefSrcElts.extractBits(NumElts, Idx); in isSplatValue()