Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:TruncBits

4391       auto TruncBits = APInt::getAllOnesValue(TruncBitWidth).zext(BitWidth);
4392 DemandBits |= TruncBits;