Searched refs:BitMask2 (Results 1 – 1 of 1) sorted by relevance
1025 APInt BitMask2(APInt::getAllOnesValue(BitWidth)); in simplifyShrShlDemandedBits() local1032 BitMask2 <<= (ShlAmt - ShrAmt); in simplifyShrShlDemandedBits()1034 BitMask2 = isLshr ? BitMask2.lshr(ShrAmt - ShlAmt): in simplifyShrShlDemandedBits()1035 BitMask2.ashr(ShrAmt - ShlAmt); in simplifyShrShlDemandedBits()1039 if ((BitMask1 & DemandedMask) == (BitMask2 & DemandedMask)) { in simplifyShrShlDemandedBits()