Lines Matching refs:UndefRHS
3374 APInt UndefRHS, ZeroRHS; in SimplifyDemandedVectorElts() local
3378 if (SimplifyDemandedVectorElts(RHS, DemandedRHS, UndefRHS, ZeroRHS, TLO, in SimplifyDemandedVectorElts()
3382 KnownUndef = UndefLHS & UndefRHS; in SimplifyDemandedVectorElts()
3416 APInt UndefRHS, ZeroRHS; in SimplifyDemandedVectorElts() local
3420 if (SimplifyDemandedVectorElts(RHS, DemandedRHS, UndefRHS, ZeroRHS, TLO, in SimplifyDemandedVectorElts()
3433 (M >= (int)NumElts && UndefRHS[M - NumElts])) { in SimplifyDemandedVectorElts()
3461 if (UndefRHS[M - NumElts]) in SimplifyDemandedVectorElts()
3541 APInt UndefRHS, ZeroRHS; in SimplifyDemandedVectorElts() local
3542 if (SimplifyDemandedVectorElts(Op1, DemandedElts, UndefRHS, ZeroRHS, TLO, in SimplifyDemandedVectorElts()
3551 KnownUndef = getKnownUndefForVectorBinop(Op, TLO.DAG, UndefLHS, UndefRHS); in SimplifyDemandedVectorElts()
3568 APInt UndefRHS, ZeroRHS; in SimplifyDemandedVectorElts() local
3569 if (SimplifyDemandedVectorElts(Op1, DemandedElts, UndefRHS, ZeroRHS, TLO, in SimplifyDemandedVectorElts()
3578 KnownUndef = UndefLHS & UndefRHS; // TODO: use getKnownUndefForVectorBinop? in SimplifyDemandedVectorElts()