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.cpp174 MaskedVal.clearLowBits(getBitWidth() - N); in makeGE()
738 Res.Zero.clearLowBits(BitWidth - 1); in computeForSatAddSub()
739 Res.One.clearLowBits(BitWidth - 1); in computeForSatAddSub()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DGISelKnownBits.cpp492 Known.One.clearLowBits(LogOfAlign); in computeKnownBitsImpl()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp539 DemandedFromLHS.clearLowBits(NTZ); in SimplifyDemandedUseBits()
582 DemandedFromLHS.clearLowBits(NTZ); in SimplifyDemandedUseBits()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp91 Known.Zero.clearLowBits(*DifferentBit + 1); in toKnownBits()
92 Known.One.clearLowBits(*DifferentBit + 1); in toKnownBits()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h1397 void clearLowBits(unsigned loBits) { in clearLowBits() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp3871 Known.One.clearLowBits(LogOfAlign); in computeKnownBits()
H A DTargetLowering.cpp7024 A.clearLowBits(K); in prepareSREMEqFold()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp42318 DemandedUpperElts.clearLowBits(1); in SimplifyDemandedVectorEltsForTargetNode()