Searched refs:clearBit (Results 1 – 5 of 5) sorted by relevance
1022 DemandedElts2.clearBit(IdxNo); in SimplifyDemandedVectorElts()1028 UndefElts.clearBit(IdxNo); in SimplifyDemandedVectorElts()1101 LeftDemanded.clearBit(i); in SimplifyDemandedVectorElts()1103 RightDemanded.clearBit(i); in SimplifyDemandedVectorElts()1182 UndefElts.clearBit(InIdx/Ratio); // Clear undef bit. in SimplifyDemandedVectorElts()
193 Max.clearBit(Max.getBitWidth()-1); in ComputeSignedMinMaxValuesFromKnownBits()
425 API.clearBit(numBits - 1); in getSignedMaxValue()1228 void clearBit(unsigned bitPosition);
592 void APInt::clearBit(unsigned bitPosition) { in clearBit() function in APInt606 if ((*this)[bitPosition]) clearBit(bitPosition); in flipBit()
148 API.clearBit(Size-1); in SoftenFloatRes_FABS()