Searched refs:InDemandedMask (Results 1 – 1 of 1) sorted by relevance
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
| D | TargetLowering.cpp | 1431 APInt InDemandedMask = (DemandedBits << ShAmt); in SimplifyDemandedBits() local 1436 InDemandedMask.setLowBits(ShAmt); in SimplifyDemandedBits() 1465 if (SimplifyDemandedBits(Op0, InDemandedMask, DemandedElts, Known, TLO, in SimplifyDemandedBits() 1496 APInt InDemandedMask = (DemandedBits << ShAmt); in SimplifyDemandedBits() local 1501 InDemandedMask.setLowBits(ShAmt); in SimplifyDemandedBits() 1506 InDemandedMask.setSignBit(); in SimplifyDemandedBits() 1508 if (SimplifyDemandedBits(Op0, InDemandedMask, DemandedElts, Known, TLO, in SimplifyDemandedBits()
|