Searched refs:clearBit (Results 1 – 11 of 11) sorted by relevance
41 bool clearBit(uptr idx) { in clearBit() function52 clearBit(idx); in getAndClearFirstOne()159 bool clearBit(uptr idx) { in clearBit() function166 res = l2_[i0][i1].clearBit(i2); in clearBit()168 l1_[i0].clearBit(i1); in clearBit()226 l1_[i0].clearBit(i1); in setIntersection()244 l1_[i0].clearBit(i1); in setDifference()
73 return v[from].clearBit(to); in removeEdge()
88 if (!bv_.clearBit(lock_id)) in removeLock()
87 bv.clearBit(5); in TestBitVector()103 EXPECT_EQ(bv.clearBit(bit), old_size > s.size()); in TestBitVector()
982 DemandedElts2.clearBit(IdxNo); in SimplifyDemandedVectorElts()988 UndefElts.clearBit(IdxNo); in SimplifyDemandedVectorElts()1061 LeftDemanded.clearBit(i); in SimplifyDemandedVectorElts()1063 RightDemanded.clearBit(i); in SimplifyDemandedVectorElts()1142 UndefElts.clearBit(InIdx/Ratio); // Clear undef bit. in SimplifyDemandedVectorElts()
878 Op0KnownZeroTemp.clearBit(BitWidth - 1); in checkRippleForAdd()
196 Max.clearBit(Max.getBitWidth()-1); in ComputeSignedMinMaxValuesFromKnownBits()
428 API.clearBit(numBits - 1); in getSignedMaxValue()1249 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()
9420 Op1Zero.clearBit(0); Op1One.clearBit(0); in DAGCombineTruncBoolExt()9421 Op2Zero.clearBit(0); Op2One.clearBit(0); in DAGCombineTruncBoolExt()