Lines Matching refs:ZeroRHS
3157 APInt UndefRHS, ZeroRHS; in SimplifyDemandedVectorElts() local
3161 if (SimplifyDemandedVectorElts(RHS, DemandedRHS, UndefRHS, ZeroRHS, TLO, in SimplifyDemandedVectorElts()
3166 KnownZero = ZeroLHS & ZeroRHS; in SimplifyDemandedVectorElts()
3197 APInt UndefRHS, ZeroRHS; in SimplifyDemandedVectorElts() local
3202 ZeroRHS, TLO, Depth + 1)) in SimplifyDemandedVectorElts()
3245 if (ZeroRHS[M - NumElts]) in SimplifyDemandedVectorElts()
3323 APInt UndefRHS, ZeroRHS; in SimplifyDemandedVectorElts() local
3324 if (SimplifyDemandedVectorElts(Op1, DemandedElts, UndefRHS, ZeroRHS, TLO, in SimplifyDemandedVectorElts()
3332 KnownZero = ZeroLHS & ZeroRHS; in SimplifyDemandedVectorElts()
3350 APInt UndefRHS, ZeroRHS; in SimplifyDemandedVectorElts() local
3351 if (SimplifyDemandedVectorElts(Op1, DemandedElts, UndefRHS, ZeroRHS, TLO, in SimplifyDemandedVectorElts()