Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp1321 PreInsertDemandedElts.clearBit(IdxNo); in SimplifyDemandedVectorElts()
1346 UndefElts.clearBit(IdxNo); in SimplifyDemandedVectorElts()
1526 DemandedLHS.clearBit(i); in SimplifyDemandedVectorElts()
1528 DemandedRHS.clearBit(i); in SimplifyDemandedVectorElts()
1620 DemandedPtrs.clearBit(i); in SimplifyDemandedVectorElts()
1622 DemandedPassThrough.clearBit(i); in SimplifyDemandedVectorElts()
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DAPInt.h191 API.clearBit(numBits - 1); in getSignedMaxValue()
1297 clearBit(BitPosition); in setBitVal()
1357 void clearBit(unsigned BitPosition) { in clearBit() function
1374 void clearSignBit() { clearBit(BitWidth - 1); } in clearSignBit()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86InstCombineIntrinsic.cpp1842 UndefElts.clearBit(0); in simplifyDemandedVectorEltsIntrinsic()
1853 DemandedElts2.clearBit(0); in simplifyDemandedVectorEltsIntrinsic()
1868 UndefElts.clearBit(0); in simplifyDemandedVectorEltsIntrinsic()
1904 UndefElts.clearBit(0); in simplifyDemandedVectorEltsIntrinsic()
H A DX86ISelLowering.cpp10486 DemandedElts.clearBit(i); in getHopForBuildVector()
41864 DemandedVecElts.clearBit(Idx); in SimplifyDemandedBitsForTargetNode()
/llvm-project-15.0.7/lldb/source/Utility/
H A DScalar.cpp873 m_integer.clearBit(bit); in ClearBit()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DVectorUtils.cpp1084 DemandedElts.clearBit(i); in possiblyDemandedEltsInMask()
H A DValueTracking.cpp1820 DemandedVecElts.clearBit(EltIdx); in computeKnownBitsFromOperator()
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp552 BitsAllowedToBeSet.clearBit(BitWidth - 1); in lookThroughComplexAddresses()
/llvm-project-15.0.7/llvm/lib/IR/
H A DConstantRange.cpp851 UpperDiv.clearBit(DstTySize); in truncate()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DLocal.cpp3207 DemandedMask.clearBit(BitIdx); in recognizeBSwapOrBitReverseIdiom()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1177 DemandedVecElts.clearBit(Idx); in SimplifyDemandedBits()
3123 DemandedVecElts.clearBit(Idx); in SimplifyDemandedVectorElts()
7685 ExpMask.clearBit(ExplicitIntBitInF80); in expandIS_FPCLASS()
H A DLegalizeFloatTypes.cpp269 API.clearBit(Size - 1); in SoftenFloatRes_FABS()
H A DSelectionDAG.cpp3667 DemandedVecElts.clearBit(EltIdx); in computeKnownBits()
4312 DemandedVecElts.clearBit(EltIdx); in ComputeNumSignBits()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp13462 Op1Known.Zero.setBit(0); Op1Known.One.clearBit(0); in DAGCombineTruncBoolExt()
13463 Op2Known.Zero.setBit(0); Op2Known.One.clearBit(0); in DAGCombineTruncBoolExt()