Searched refs:clearBit (Results 1 – 7 of 7) sorted by relevance
1070 DemandedElts2.clearBit(IdxNo); in SimplifyDemandedVectorElts()1076 UndefElts.clearBit(IdxNo); in SimplifyDemandedVectorElts()1149 LeftDemanded.clearBit(i); in SimplifyDemandedVectorElts()1151 RightDemanded.clearBit(i); in SimplifyDemandedVectorElts()1230 UndefElts.clearBit(InIdx/Ratio); // Clear undef bit. in SimplifyDemandedVectorElts()
878 Op0KnownZeroTemp.clearBit(BitWidth - 1); in checkRippleForAdd()
196 Max.clearBit(Max.getBitWidth()-1); in ComputeSignedMinMaxValuesFromKnownBits()
424 API.clearBit(numBits - 1); in getSignedMaxValue()1237 void clearBit(unsigned bitPosition);
597 void APInt::clearBit(unsigned bitPosition) { in clearBit() function in APInt611 if ((*this)[bitPosition]) clearBit(bitPosition); in flipBit()
152 API.clearBit(Size-1); in SoftenFloatRes_FABS()
8048 Op1Zero.clearBit(0); Op1One.clearBit(0); in DAGCombineTruncBoolExt()8049 Op2Zero.clearBit(0); Op2One.clearBit(0); in DAGCombineTruncBoolExt()