Lines Matching refs:UndefRHS
3157 APInt UndefRHS, ZeroRHS; in SimplifyDemandedVectorElts() local
3161 if (SimplifyDemandedVectorElts(RHS, DemandedRHS, UndefRHS, ZeroRHS, TLO, in SimplifyDemandedVectorElts()
3165 KnownUndef = UndefLHS & UndefRHS; in SimplifyDemandedVectorElts()
3197 APInt UndefRHS, ZeroRHS; in SimplifyDemandedVectorElts() local
3201 if (SimplifyDemandedVectorElts(Op.getOperand(1), DemandedRHS, UndefRHS, in SimplifyDemandedVectorElts()
3214 (M >= (int)NumElts && UndefRHS[M - NumElts])) { in SimplifyDemandedVectorElts()
3243 if (UndefRHS[M - NumElts]) in SimplifyDemandedVectorElts()
3323 APInt UndefRHS, ZeroRHS; in SimplifyDemandedVectorElts() local
3324 if (SimplifyDemandedVectorElts(Op1, DemandedElts, UndefRHS, ZeroRHS, TLO, in SimplifyDemandedVectorElts()
3333 KnownUndef = getKnownUndefForVectorBinop(Op, TLO.DAG, UndefLHS, UndefRHS); in SimplifyDemandedVectorElts()
3350 APInt UndefRHS, ZeroRHS; in SimplifyDemandedVectorElts() local
3351 if (SimplifyDemandedVectorElts(Op1, DemandedElts, UndefRHS, ZeroRHS, TLO, in SimplifyDemandedVectorElts()
3360 KnownUndef = UndefLHS & UndefRHS; // TODO: use getKnownUndefForVectorBinop? in SimplifyDemandedVectorElts()