Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1797 APInt InDemandedMask = DemandedBits.lshr(ShAmt); in SimplifyDemandedBits() local
1817 if (!InDemandedMask.isAllOnes() || !DemandedElts.isAllOnes()) { in SimplifyDemandedBits()
1819 Op0, InDemandedMask, DemandedElts, TLO.DAG, Depth + 1); in SimplifyDemandedBits()
1935 APInt InDemandedMask = (DemandedBits << ShAmt); in SimplifyDemandedBits() local
1940 InDemandedMask.setLowBits(ShAmt); in SimplifyDemandedBits()
1974 if (!InDemandedMask.isAllOnes() || !DemandedElts.isAllOnes()) { in SimplifyDemandedBits()
1976 Op0, InDemandedMask, DemandedElts, TLO.DAG, Depth + 1); in SimplifyDemandedBits()
2048 APInt InDemandedMask = (DemandedBits << ShAmt); in SimplifyDemandedBits() local
2053 InDemandedMask.setLowBits(ShAmt); in SimplifyDemandedBits()
2058 InDemandedMask.setSignBit(); in SimplifyDemandedBits()
[all …]