Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1510 APInt InDemandedMask = DemandedBits.lshr(ShAmt); in SimplifyDemandedBits() local
1511 if (SimplifyDemandedBits(Op0, InDemandedMask, DemandedElts, Known, TLO, in SimplifyDemandedBits()
1573 APInt InDemandedMask = (DemandedBits << ShAmt); in SimplifyDemandedBits() local
1578 InDemandedMask.setLowBits(ShAmt); in SimplifyDemandedBits()
1581 if (SimplifyDemandedBits(Op0, InDemandedMask, DemandedElts, Known, TLO, in SimplifyDemandedBits()
1617 APInt InDemandedMask = (DemandedBits << ShAmt); in SimplifyDemandedBits() local
1622 InDemandedMask.setLowBits(ShAmt); in SimplifyDemandedBits()
1627 InDemandedMask.setSignBit(); in SimplifyDemandedBits()
1629 if (SimplifyDemandedBits(Op0, InDemandedMask, DemandedElts, Known, TLO, in SimplifyDemandedBits()
1658 if (!InDemandedMask.isAllOnesValue() || !DemandedElts.isAllOnesValue()) { in SimplifyDemandedBits()
[all …]