Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2254 unsigned NumDemandedUpperBits = BitWidth - DemandedBits.countr_zero(); in SimplifyDemandedBits() local
2255 if (NumSignBits >= NumDemandedUpperBits) in SimplifyDemandedBits()