Searched refs:setLowBits (Results 1 – 9 of 9) sorted by relevance
472 Known.Zero.setLowBits(ShiftAmt); in SimplifyDemandedUseBits()487 DemandedMaskIn.setLowBits(ShiftAmt); in SimplifyDemandedUseBits()530 DemandedMaskIn.setLowBits(ShiftAmt); in SimplifyDemandedUseBits()877 Known.Zero.setLowBits(ShlAmt - 1); in simplifyShrShlDemandedBits()
1892 TEST(APIntTest, setLowBits) { in TEST() argument1894 i64lo32.setLowBits(32); in TEST()1903 i128lo64.setLowBits(64); in TEST()1912 i128lo24.setLowBits(24); in TEST()1921 i128lo104.setLowBits(104); in TEST()1930 i128lo0.setLowBits(0); in TEST()1939 i80lo79.setLowBits(79); in TEST()
649 Res.setLowBits(loBitsSet); in getLowBitsSet()1435 void setLowBits(unsigned loBits) { in setLowBits() function
1157 KZResult.setLowBits(ShiftAmt); // Low bits known 0. in computeKnownBitsFromOperator()1281 Known.Zero.setLowBits(countTrailingZeros(Align)); in computeKnownBitsFromOperator()1327 Known.Zero.setLowBits(TrailZ); in computeKnownBitsFromOperator()1368 Known.Zero.setLowBits(std::min(Known2.countMinTrailingZeros(), in computeKnownBitsFromOperator()1656 Known.Zero.setLowBits(countTrailingZeros(Align)); in computeKnownBits()
867 Known.Zero.setLowBits(ShAmt); in SimplifyDemandedBits()884 InDemandedMask.setLowBits(ShAmt); in SimplifyDemandedBits()943 InDemandedMask.setLowBits(ShAmt); in SimplifyDemandedBits()1683 Known.Zero.setLowBits(Log2_32(Align)); in computeKnownBitsForFrameIndex()
2498 Known.Zero.setLowBits(std::min(TrailZ, BitWidth)); in computeKnownBits()2568 Known.Zero.setLowBits(Shift); in computeKnownBits()2772 Known.Zero.setLowBits(KnownZeroLow); in computeKnownBits()2816 Known.Zero.setLowBits(KnownZeroLow); in computeKnownBits()
5449 DemandBits.setLowBits(BitWidth - ShiftAmt); in optimizeLoadExt()5456 DemandBits.setLowBits(TruncBitWidth); in optimizeLoadExt()
4219 Known.Zero.setLowBits(std::min(TrailZ, 32u)); in computeKnownBitsForTargetNode()
28912 Known.Zero.setLowBits(ShAmt); in computeKnownBitsForTargetNode()