Lines Matching refs:UndefLHS
3156 APInt UndefLHS, ZeroLHS; in SimplifyDemandedVectorElts() local
3158 if (SimplifyDemandedVectorElts(LHS, DemandedLHS, UndefLHS, ZeroLHS, TLO, in SimplifyDemandedVectorElts()
3165 KnownUndef = UndefLHS & UndefRHS; in SimplifyDemandedVectorElts()
3196 APInt UndefLHS, ZeroLHS; in SimplifyDemandedVectorElts() local
3198 if (SimplifyDemandedVectorElts(Op.getOperand(0), DemandedLHS, UndefLHS, in SimplifyDemandedVectorElts()
3213 if (!DemandedElts[i] || (M < (int)NumElts && UndefLHS[M]) || in SimplifyDemandedVectorElts()
3238 if (UndefLHS[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()
3333 KnownUndef = getKnownUndefForVectorBinop(Op, TLO.DAG, UndefLHS, UndefRHS); in SimplifyDemandedVectorElts()
3354 APInt UndefLHS, ZeroLHS; in SimplifyDemandedVectorElts() local
3355 if (SimplifyDemandedVectorElts(Op0, DemandedElts, UndefLHS, ZeroLHS, TLO, in SimplifyDemandedVectorElts()
3360 KnownUndef = UndefLHS & UndefRHS; // TODO: use getKnownUndefForVectorBinop? in SimplifyDemandedVectorElts()