Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_bitvector.h40 bool clearBit(uptr idx) { in clearBit() function
51 clearBit(idx); in getAndClearFirstOne()
158 bool clearBit(uptr idx) { in clearBit() function
165 res = l2_[i0][i1].clearBit(i2); in clearBit()
167 l1_[i0].clearBit(i1); in clearBit()
225 l1_[i0].clearBit(i1); in setIntersection()
243 l1_[i0].clearBit(i1); in setDifference()
H A Dsanitizer_bvgraph.h72 return v[from].clearBit(to); in removeEdge()
H A Dsanitizer_deadlock_detector.h85 if (!bv_.clearBit(lock_id)) in removeLock()
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_bitvector_test.cpp92 bv.clearBit(5); in TestBitVector()
108 EXPECT_EQ(bv.clearBit(bit), old_size > s.size()); in TestBitVector()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp1385 PreInsertDemandedElts.clearBit(IdxNo); in SimplifyDemandedVectorElts()
1410 UndefElts.clearBit(IdxNo); in SimplifyDemandedVectorElts()
1590 DemandedLHS.clearBit(i); in SimplifyDemandedVectorElts()
1592 DemandedRHS.clearBit(i); in SimplifyDemandedVectorElts()
1684 DemandedPtrs.clearBit(i); in SimplifyDemandedVectorElts()
1686 DemandedPassThrough.clearBit(i); in SimplifyDemandedVectorElts()
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DAPInt.h191 API.clearBit(numBits - 1); in getSignedMaxValue()
1325 clearBit(BitPosition); in setBitVal()
1385 void clearBit(unsigned BitPosition) { in clearBit() function
1402 void clearSignBit() { clearBit(BitWidth - 1); } in clearSignBit()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86InstCombineIntrinsic.cpp1843 UndefElts.clearBit(0); in simplifyDemandedVectorEltsIntrinsic()
1854 DemandedElts2.clearBit(0); in simplifyDemandedVectorEltsIntrinsic()
1869 UndefElts.clearBit(0); in simplifyDemandedVectorEltsIntrinsic()
1905 UndefElts.clearBit(0); in simplifyDemandedVectorEltsIntrinsic()
H A DX86ISelLowering.cpp10610 DemandedElts.clearBit(i); in getHopForBuildVector()
42979 DemandedVecElts.clearBit(Idx); in SimplifyDemandedBitsForTargetNode()
/openbsd-src/gnu/llvm/lldb/source/Utility/
H A DScalar.cpp873 m_integer.clearBit(bit); in ClearBit()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp555 BitsAllowedToBeSet.clearBit(BitWidth - 1); in lookThroughComplexAddresses()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DVectorUtils.cpp1135 DemandedElts.clearBit(i); in possiblyDemandedEltsInMask()
H A DValueTracking.cpp1831 DemandedVecElts.clearBit(EltIdx); in computeKnownBitsFromOperator()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DConstantRange.cpp848 UpperDiv.clearBit(DstTySize); in truncate()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLocal.cpp3323 DemandedMask.clearBit(BitIdx); in recognizeBSwapOrBitReverseIdiom()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp269 API.clearBit(Size - 1); in SoftenFloatRes_FABS()
H A DTargetLowering.cpp1180 DemandedVecElts.clearBit(Idx); in SimplifyDemandedBits()
3150 DemandedVecElts.clearBit(Idx); in SimplifyDemandedVectorElts()
8067 ExpMask.clearBit(ExplicitIntBitInF80); in expandIS_FPCLASS()
H A DSelectionDAG.cpp3732 DemandedVecElts.clearBit(EltIdx); in computeKnownBits()
4389 DemandedVecElts.clearBit(EltIdx); in ComputeNumSignBits()
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp13604 Op1Known.Zero.setBit(0); Op1Known.One.clearBit(0); in DAGCombineTruncBoolExt()
13605 Op2Known.Zero.setBit(0); Op2Known.One.clearBit(0); in DAGCombineTruncBoolExt()