Searched refs:UndefSrcElts (Results 1 – 2 of 2) sorted by relevance
6148 auto CastBitData = [&](APInt &UndefSrcElts, ArrayRef<APInt> SrcEltBits) { in getTargetConstantBitsFromNode() argument6149 unsigned NumSrcElts = UndefSrcElts.getBitWidth(); in getTargetConstantBitsFromNode()6156 if (UndefSrcElts.getBoolValue() && !AllowUndefs) in getTargetConstantBitsFromNode()6161 UndefElts = UndefSrcElts; in getTargetConstantBitsFromNode()6172 if (UndefSrcElts[i]) in getTargetConstantBitsFromNode()6225 APInt UndefSrcElts = APInt::getAllOnesValue(NumElts); in getTargetConstantBitsFromNode() local6227 return CastBitData(UndefSrcElts, SrcEltBits); in getTargetConstantBitsFromNode()6232 APInt UndefSrcElts = APInt::getNullValue(1); in getTargetConstantBitsFromNode() local6234 return CastBitData(UndefSrcElts, SrcEltBits); in getTargetConstantBitsFromNode()6237 APInt UndefSrcElts = APInt::getNullValue(1); in getTargetConstantBitsFromNode() local[all …]
2338 APInt UndefSrcElts; in isSplatValue() local2340 if (isSplatValue(Src, DemandedSrc, UndefSrcElts, Depth + 1)) { in isSplatValue()2341 UndefElts = UndefSrcElts.extractBits(NumElts, Idx); in isSplatValue()