Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp640 unsigned NumHiDemandedBits = in SimplifyDemandedUseBits() local
644 if (SignBits >= NumHiDemandedBits) in SimplifyDemandedUseBits()
688 unsigned NumHiDemandedBits = BitWidth - DemandedMask.countTrailingZeros(); in SimplifyDemandedUseBits() local
689 if (SignBits >= NumHiDemandedBits) in SimplifyDemandedUseBits()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1892 unsigned NumHiDemandedBits = BitWidth - DemandedBits.countTrailingZeros(); in SimplifyDemandedBits() local
1894 NumHiDemandedBits) in SimplifyDemandedBits()