Lines Matching refs:DemandedSrcBits
670 APInt DemandedSrcBits = APInt::getNullValue(NumSrcEltBits); in SimplifyMultipleUseDemandedBits() local
676 DemandedSrcBits |= Sub; in SimplifyMultipleUseDemandedBits()
684 Src, DemandedSrcBits, DemandedSrcElts, DAG, Depth + 1)) in SimplifyMultipleUseDemandedBits()
693 APInt DemandedSrcBits = APInt::getNullValue(NumSrcEltBits); in SimplifyMultipleUseDemandedBits() local
698 DemandedSrcBits.insertBits(DemandedBits, Offset); in SimplifyMultipleUseDemandedBits()
703 Src, DemandedSrcBits, DemandedSrcElts, DAG, Depth + 1)) in SimplifyMultipleUseDemandedBits()
1762 APInt DemandedSrcBits = DemandedBits.reverseBits(); in SimplifyDemandedBits() local
1763 if (SimplifyDemandedBits(Src, DemandedSrcBits, DemandedElts, Known2, TLO, in SimplifyDemandedBits()
1772 APInt DemandedSrcBits = DemandedBits.byteSwap(); in SimplifyDemandedBits() local
1773 if (SimplifyDemandedBits(Src, DemandedSrcBits, DemandedElts, Known2, TLO, in SimplifyDemandedBits()
2081 APInt DemandedSrcBits = DemandedBits; in SimplifyDemandedBits() local
2083 DemandedSrcBits = DemandedSrcBits.trunc(EltBitWidth); in SimplifyDemandedBits()
2085 if (SimplifyDemandedBits(Src, DemandedSrcBits, DemandedSrcElts, Known2, TLO, in SimplifyDemandedBits()
2090 if (!DemandedSrcBits.isAllOnesValue() || in SimplifyDemandedBits()
2093 Src, DemandedSrcBits, DemandedSrcElts, TLO.DAG, Depth + 1)) { in SimplifyDemandedBits()
2141 APInt DemandedSrcBits = APInt::getNullValue(NumSrcEltBits); in SimplifyDemandedBits() local
2147 DemandedSrcBits |= Sub; in SimplifyDemandedBits()
2160 if (SimplifyDemandedBits(Src, DemandedSrcBits, DemandedSrcElts, in SimplifyDemandedBits()
2167 APInt DemandedSrcBits = APInt::getNullValue(NumSrcEltBits); in SimplifyDemandedBits() local
2172 DemandedSrcBits.insertBits(DemandedBits, Offset); in SimplifyDemandedBits()
2184 if (SimplifyDemandedBits(Src, DemandedSrcBits, DemandedSrcElts, in SimplifyDemandedBits()