Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp1471 unsigned InnerBits = InnerVT.getScalarSizeInBits(); in SimplifyDemandedBits() local
1472 if (ShAmt < InnerBits && DemandedBits.getActiveBits() <= InnerBits && in SimplifyDemandedBits()
1495 if (InnerShAmt < ShAmt && InnerShAmt < InnerBits && in SimplifyDemandedBits()
1497 (InnerBits - InnerShAmt + ShAmt) && in SimplifyDemandedBits()