Home
last modified time | relevance | path

Searched refs:DemandedBitsLZ (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2596 unsigned DemandedBitsLZ = DemandedBits.countLeadingZeros(); in SimplifyDemandedBits() local
2597 APInt LoMask = APInt::getLowBitsSet(BitWidth, BitWidth - DemandedBitsLZ); in SimplifyDemandedBits()
2642 APInt HighMask = APInt::getHighBitsSet(BitWidth, DemandedBitsLZ); in SimplifyDemandedBits()
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp43156 unsigned DemandedBitsLZ = OriginalDemandedBits.countLeadingZeros(); in SimplifyDemandedBitsForTargetNode() local
43157 APInt LoMask = APInt::getLowBitsSet(BitWidth, BitWidth - DemandedBitsLZ); in SimplifyDemandedBitsForTargetNode()