Lines Matching refs:ZeroLHS
3156 APInt UndefLHS, ZeroLHS; in SimplifyDemandedVectorElts() local
3158 if (SimplifyDemandedVectorElts(LHS, DemandedLHS, UndefLHS, ZeroLHS, TLO, in SimplifyDemandedVectorElts()
3166 KnownZero = ZeroLHS & ZeroRHS; in SimplifyDemandedVectorElts()
3196 APInt UndefLHS, ZeroLHS; in SimplifyDemandedVectorElts() local
3199 ZeroLHS, TLO, Depth + 1)) in SimplifyDemandedVectorElts()
3240 if (ZeroLHS[M]) in SimplifyDemandedVectorElts()
3305 APInt UndefLHS, ZeroLHS; in SimplifyDemandedVectorElts() local
3306 if (SimplifyDemandedVectorElts(Op0, DemandedElts, UndefLHS, ZeroLHS, TLO, in SimplifyDemandedVectorElts()
3327 APInt UndefLHS, ZeroLHS; in SimplifyDemandedVectorElts() local
3328 if (SimplifyDemandedVectorElts(Op0, DemandedElts, UndefLHS, ZeroLHS, TLO, in SimplifyDemandedVectorElts()
3332 KnownZero = ZeroLHS & ZeroRHS; in SimplifyDemandedVectorElts()
3354 APInt UndefLHS, ZeroLHS; in SimplifyDemandedVectorElts() local
3355 if (SimplifyDemandedVectorElts(Op0, DemandedElts, UndefLHS, ZeroLHS, TLO, in SimplifyDemandedVectorElts()
3359 KnownZero = ZeroLHS; in SimplifyDemandedVectorElts()