Home
last modified time | relevance | path

Searched refs:clearBit (Results 1 – 11 of 11) sorted by relevance

/NextBSD/contrib/compiler-rt/lib/sanitizer_common/
HDsanitizer_bitvector.h41 bool clearBit(uptr idx) { in clearBit() function
52 clearBit(idx); in getAndClearFirstOne()
159 bool clearBit(uptr idx) { in clearBit() function
166 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()
HDsanitizer_bvgraph.h73 return v[from].clearBit(to); in removeEdge()
HDsanitizer_deadlock_detector.h88 if (!bv_.clearBit(lock_id)) in removeLock()
/NextBSD/contrib/compiler-rt/lib/sanitizer_common/tests/
HDsanitizer_bitvector_test.cc87 bv.clearBit(5); in TestBitVector()
103 EXPECT_EQ(bv.clearBit(bit), old_size > s.size()); in TestBitVector()
/NextBSD/contrib/llvm/lib/Transforms/InstCombine/
HDInstCombineSimplifyDemanded.cpp982 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()
HDInstCombineAddSub.cpp878 Op0KnownZeroTemp.clearBit(BitWidth - 1); in checkRippleForAdd()
HDInstCombineCompares.cpp196 Max.clearBit(Max.getBitWidth()-1); in ComputeSignedMinMaxValuesFromKnownBits()
/NextBSD/contrib/llvm/include/llvm/ADT/
HDAPInt.h428 API.clearBit(numBits - 1); in getSignedMaxValue()
1249 void clearBit(unsigned bitPosition);
/NextBSD/contrib/llvm/lib/Support/
HDAPInt.cpp597 void APInt::clearBit(unsigned bitPosition) { in clearBit() function in APInt
611 if ((*this)[bitPosition]) clearBit(bitPosition); in flipBit()
/NextBSD/contrib/llvm/lib/CodeGen/SelectionDAG/
HDLegalizeFloatTypes.cpp152 API.clearBit(Size - 1); in SoftenFloatRes_FABS()
/NextBSD/contrib/llvm/lib/Target/PowerPC/
HDPPCISelLowering.cpp9420 Op1Zero.clearBit(0); Op1One.clearBit(0); in DAGCombineTruncBoolExt()
9421 Op2Zero.clearBit(0); Op2One.clearBit(0); in DAGCombineTruncBoolExt()