Searched refs:InDemandedMask (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 928 APInt InDemandedMask = (DemandedBits << ShAmt); in SimplifyDemandedBits() local 933 InDemandedMask.setLowBits(ShAmt); in SimplifyDemandedBits() 960 if (SimplifyDemandedBits(Op0, InDemandedMask, DemandedElts, Known, TLO, Depth + 1)) in SimplifyDemandedBits() 987 APInt InDemandedMask = (DemandedBits << ShAmt); in SimplifyDemandedBits() local 992 InDemandedMask.setLowBits(ShAmt); in SimplifyDemandedBits() 997 InDemandedMask.setSignBit(); in SimplifyDemandedBits() 999 if (SimplifyDemandedBits(Op0, InDemandedMask, DemandedElts, Known, TLO, Depth + 1)) in SimplifyDemandedBits()
|