Lines Matching refs:SrcZero
3125 APInt SrcZero = KnownZero.zextOrTrunc(NumSrcElts); in SimplifyDemandedVectorElts() local
3126 if (SimplifyDemandedVectorElts(Src, SrcDemandedElts, SrcUndef, SrcZero, in SimplifyDemandedVectorElts()
3149 APInt SrcDemandedElts, SrcZero, SrcUndef; in SimplifyDemandedVectorElts() local
3156 if (SimplifyDemandedVectorElts(Src, SrcDemandedElts, SrcUndef, SrcZero, in SimplifyDemandedVectorElts()
3197 if (SrcZero[i]) in SimplifyDemandedVectorElts()
3211 if (SimplifyDemandedVectorElts(Src, SrcDemandedElts, SrcUndef, SrcZero, in SimplifyDemandedVectorElts()
3219 if (SrcZero.extractBits(Scale, i * Scale).isAllOnes()) in SimplifyDemandedVectorElts()
3360 APInt SrcUndef, SrcZero; in SimplifyDemandedVectorElts() local
3361 if (SimplifyDemandedVectorElts(Src, DemandedSrcElts, SrcUndef, SrcZero, TLO, in SimplifyDemandedVectorElts()
3365 KnownZero = SrcZero.extractBits(NumElts, Idx); in SimplifyDemandedVectorElts()
3524 APInt SrcUndef, SrcZero; in SimplifyDemandedVectorElts() local
3528 if (SimplifyDemandedVectorElts(Src, DemandedSrcElts, SrcUndef, SrcZero, TLO, in SimplifyDemandedVectorElts()
3531 KnownZero = SrcZero.zextOrTrunc(NumElts); in SimplifyDemandedVectorElts()
3650 APInt SrcUndef, SrcZero; in SimplifyDemandedVectorElts() local
3651 if (SimplifyDemandedVectorElts(Op1, DemandedElts, SrcUndef, SrcZero, TLO, in SimplifyDemandedVectorElts()
3656 APInt DemandedElts0 = DemandedElts & ~SrcZero; in SimplifyDemandedVectorElts()
3667 if (DemandedElts.isSubsetOf(SrcZero | KnownZero | SrcUndef | KnownUndef)) in SimplifyDemandedVectorElts()
3674 KnownZero |= SrcZero; in SimplifyDemandedVectorElts()