Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1724 unsigned InnerBits = InnerVT.getScalarSizeInBits(); in SimplifyDemandedBits() local
1725 if (ShAmt < InnerBits && DemandedBits.getActiveBits() <= InnerBits && in SimplifyDemandedBits()
1745 if (InnerShAmt < ShAmt && InnerShAmt < InnerBits && in SimplifyDemandedBits()
1747 (InnerBits - InnerShAmt + ShAmt) && in SimplifyDemandedBits()