Home
last modified time | relevance | path

Searched refs:clearLowBits (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DKnownBits.cpp183 MaskedVal.clearLowBits(getBitWidth() - N); in makeGE()
749 Res.Zero.clearLowBits(BitWidth - 1); in computeForSatAddSub()
751 Res.One.clearLowBits(BitWidth - 1); in computeForSatAddSub()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp92 Known.Zero.clearLowBits(*DifferentBit + 1); in toKnownBits()
93 Known.One.clearLowBits(*DifferentBit + 1); in toKnownBits()
1568 Mask.clearLowBits(BitWidth - LeadingOnes); in estimateBitMaskedAndLowerBound()
1574 ALo.clearLowBits(StartBit); in estimateBitMaskedAndLowerBound()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp545 DemandedFromLHS.clearLowBits(NTZ); in SimplifyDemandedUseBits()
588 DemandedFromLHS.clearLowBits(NTZ); in SimplifyDemandedUseBits()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h1435 void clearLowBits(unsigned loBits) { in clearLowBits() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DGISelValueTracking.cpp523 Known.One.clearLowBits(LogOfAlign); in computeKnownBitsImpl()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp4108 Known.One.clearLowBits(LogOfAlign); in computeKnownBits()
H A DTargetLowering.cpp7252 A.clearLowBits(K); in prepareSREMEqFold()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp43926 DemandedUpperElts.clearLowBits(1); in SimplifyDemandedVectorEltsForTargetNode()