Searched refs:HalfBitWidth (Results 1 – 1 of 1) sorted by relevance
2217 unsigned HalfBitWidth = HalfVT.getScalarSizeInBits(); in SimplifyDemandedBits() local2219 APInt MaskLo = DemandedBits.getLoBits(HalfBitWidth).trunc(HalfBitWidth); in SimplifyDemandedBits()2220 APInt MaskHi = DemandedBits.getHiBits(HalfBitWidth).trunc(HalfBitWidth); in SimplifyDemandedBits()