Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1760 APInt InDemandedMask = DemandedBits.lshr(ShAmt); in SimplifyDemandedBits() local
1761 if (SimplifyDemandedBits(Op0, InDemandedMask, DemandedElts, Known, TLO, in SimplifyDemandedBits()
1771 if (!InDemandedMask.isAllOnesValue() || !DemandedElts.isAllOnesValue()) { in SimplifyDemandedBits()
1773 Op0, InDemandedMask, DemandedElts, TLO.DAG, Depth + 1); in SimplifyDemandedBits()
1858 APInt InDemandedMask = (DemandedBits << ShAmt); in SimplifyDemandedBits() local
1863 InDemandedMask.setLowBits(ShAmt); in SimplifyDemandedBits()
1866 if (SimplifyDemandedBits(Op0, InDemandedMask, DemandedElts, Known, TLO, in SimplifyDemandedBits()
1876 if (!InDemandedMask.isAllOnesValue() || !DemandedElts.isAllOnesValue()) { in SimplifyDemandedBits()
1878 Op0, InDemandedMask, DemandedElts, TLO.DAG, Depth + 1); in SimplifyDemandedBits()
1917 APInt InDemandedMask = (DemandedBits << ShAmt); in SimplifyDemandedBits() local
[all …]