Searched refs:clearBit (Results 1 – 16 of 16) 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()
109 public static int clear(int accflags, int clearBit) { in clear() argument110 return accflags & ~clearBit; in clear()
205 public static int clear(int mod, int clearBit) { in clear() argument206 return mod & ~clearBit; in clear()
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()1067 LeftDemanded.clearBit(i); in SimplifyDemandedVectorElts()1069 RightDemanded.clearBit(i); in SimplifyDemandedVectorElts()
878 Op0KnownZeroTemp.clearBit(BitWidth - 1); in checkRippleForAdd()
1652 BitMask.clearBit(i); in CollectBitParts()
196 Max.clearBit(Max.getBitWidth()-1); in ComputeSignedMinMaxValuesFromKnownBits()
429 API.clearBit(numBits - 1); in getSignedMaxValue()1250 void clearBit(unsigned bitPosition);
349 r0 = r0.clearBit(0); in tauAdicNaf()
597 void APInt::clearBit(unsigned bitPosition) { in clearBit() function in APInt611 if ((*this)[bitPosition]) clearBit(bitPosition); in flipBit()
1321 BigInteger.prototype.clearBit = bnClearBit; method in BigInteger
173 API.clearBit(Size - 1); in SoftenFloatRes_FABS()
9495 Op1Zero.clearBit(0); Op1One.clearBit(0); in DAGCombineTruncBoolExt()9496 Op2Zero.clearBit(0); Op2One.clearBit(0); in DAGCombineTruncBoolExt()