Searched refs:BitMask1 (Results 1 – 1 of 1) sorted by relevance
1179 APInt BitMask1(APInt::getAllOnes(BitWidth)); in simplifyShrShlDemandedBits() local1183 BitMask1 = isLshr ? (BitMask1.lshr(ShrAmt) << ShlAmt) : in simplifyShrShlDemandedBits()1184 (BitMask1.ashr(ShrAmt) << ShlAmt); in simplifyShrShlDemandedBits()1194 if ((BitMask1 & DemandedMask) == (BitMask2 & DemandedMask)) { in simplifyShrShlDemandedBits()