Searched defs:UndefSrcElts (Results 1 – 2 of 2) sorted by relevance
6148 auto CastBitData = [&](APInt &UndefSrcElts, ArrayRef<APInt> SrcEltBits) { in getTargetConstantBitsFromNode()6225 APInt UndefSrcElts = APInt::getAllOnesValue(NumElts); in getTargetConstantBitsFromNode() local6232 APInt UndefSrcElts = APInt::getNullValue(1); in getTargetConstantBitsFromNode() local6237 APInt UndefSrcElts = APInt::getNullValue(1); in getTargetConstantBitsFromNode() local6248 APInt UndefSrcElts(NumSrcElts, 0); in getTargetConstantBitsFromNode() local6265 APInt UndefSrcElts(NumSrcElts, 0); in getTargetConstantBitsFromNode() local6290 APInt UndefSrcElts(NumSrcElts, 0); in getTargetConstantBitsFromNode() local6307 APInt UndefSrcElts(NumSrcElts, 0); in getTargetConstantBitsFromNode() local6338 APInt UndefSrcElts(NumSrcElts, 0); in getTargetConstantBitsFromNode() local6369 APInt UndefSrcElts(NumSrcElts, 0); in getTargetConstantBitsFromNode() local[all …]
2338 APInt UndefSrcElts; in isSplatValue() local