Searched refs:clearBit (Results 1 – 14 of 14) 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()
205 ZeroRegisters.clearBit(ZeroRegisterID); in addRegisterWrite()207 ZeroRegisters.clearBit(*I); in addRegisterWrite()240 ZeroRegisters.clearBit(*I); in addRegisterWrite()
1203 PreInsertDemandedElts.clearBit(IdxNo); in SimplifyDemandedVectorElts()1215 UndefElts.clearBit(IdxNo); in SimplifyDemandedVectorElts()1350 DemandedLHS.clearBit(i); in SimplifyDemandedVectorElts()1352 DemandedRHS.clearBit(i); in SimplifyDemandedVectorElts()1490 UndefElts.clearBit(0); in SimplifyDemandedVectorElts()1501 DemandedElts2.clearBit(0); in SimplifyDemandedVectorElts()1516 UndefElts.clearBit(0); in SimplifyDemandedVectorElts()1552 UndefElts.clearBit(0); in SimplifyDemandedVectorElts()
537 API.clearBit(numBits - 1); in getSignedMaxValue()1462 void clearBit(unsigned BitPosition) { in clearBit() function1473 clearBit(BitWidth - 1); in clearSignBit()
460 BitsAllowedToBeSet.clearBit(BitWidth - 1); in lookThroughComplexAddresses()
696 UpperDiv.clearBit(DstTySize); in truncate()
342 if ((*this)[bitPosition]) clearBit(bitPosition); in flipBit()401 clearBit(bitPosition + i); in insertBits()
2663 m_integer.clearBit(bit); in ClearBit()
1668 DemandedVecElts.clearBit(Idx); in SimplifyDemandedVectorElts()1673 KnownUndef.clearBit(Idx); in SimplifyDemandedVectorElts()1677 KnownZero.clearBit(Idx); in SimplifyDemandedVectorElts()
193 API.clearBit(Size - 1); in SoftenFloatRes_FABS()
3644 VectorElts.clearBit(EltIdx); in ComputeNumSignBits()
11414 Op1Known.Zero.clearBit(0); Op1Known.One.clearBit(0); in DAGCombineTruncBoolExt()11415 Op2Known.Zero.clearBit(0); Op2Known.One.clearBit(0); in DAGCombineTruncBoolExt()