Searched refs:UndefLHS (Results 1 – 1 of 1) sorted by relevance
1543 APInt UndefLHS, ZeroLHS; in SimplifyDemandedVectorElts() local1545 if (SimplifyDemandedVectorElts(Op.getOperand(1), DemandedLHS, UndefLHS, in SimplifyDemandedVectorElts()1552 KnownUndef = UndefLHS & UndefRHS; in SimplifyDemandedVectorElts()1574 APInt UndefLHS, ZeroLHS; in SimplifyDemandedVectorElts() local1576 if (SimplifyDemandedVectorElts(Op.getOperand(0), DemandedLHS, UndefLHS, in SimplifyDemandedVectorElts()1591 if (!DemandedElts[i] || (M < (int)NumElts && UndefLHS[M]) || in SimplifyDemandedVectorElts()1614 if (UndefLHS[M]) in SimplifyDemandedVectorElts()