Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1519 APInt InDemandedMask = DemandedBits.lshr(ShAmt); in SimplifyDemandedBits() local
1520 if (SimplifyDemandedBits(Op0, InDemandedMask, DemandedElts, Known, TLO, in SimplifyDemandedBits()
1582 APInt InDemandedMask = (DemandedBits << ShAmt); in SimplifyDemandedBits() local
1587 InDemandedMask.setLowBits(ShAmt); in SimplifyDemandedBits()
1590 if (SimplifyDemandedBits(Op0, InDemandedMask, DemandedElts, Known, TLO, in SimplifyDemandedBits()
1626 APInt InDemandedMask = (DemandedBits << ShAmt); in SimplifyDemandedBits() local
1631 InDemandedMask.setLowBits(ShAmt); in SimplifyDemandedBits()
1636 InDemandedMask.setSignBit(); in SimplifyDemandedBits()
1638 if (SimplifyDemandedBits(Op0, InDemandedMask, DemandedElts, Known, TLO, in SimplifyDemandedBits()
1667 if (!InDemandedMask.isAllOnesValue() || !DemandedElts.isAllOnesValue()) { in SimplifyDemandedBits()
[all …]