Lines Matching refs:UndefRHS
2703 APInt UndefRHS, ZeroRHS; in SimplifyDemandedVectorElts() local
2707 if (SimplifyDemandedVectorElts(Op.getOperand(2), DemandedRHS, UndefRHS, in SimplifyDemandedVectorElts()
2711 KnownUndef = UndefLHS & UndefRHS; in SimplifyDemandedVectorElts()
2734 APInt UndefRHS, ZeroRHS; in SimplifyDemandedVectorElts() local
2738 if (SimplifyDemandedVectorElts(Op.getOperand(1), DemandedRHS, UndefRHS, in SimplifyDemandedVectorElts()
2751 (M >= (int)NumElts && UndefRHS[M - NumElts])) { in SimplifyDemandedVectorElts()
2780 if (UndefRHS[M - NumElts]) in SimplifyDemandedVectorElts()
2831 APInt UndefRHS, ZeroRHS; in SimplifyDemandedVectorElts() local
2832 if (SimplifyDemandedVectorElts(Op1, DemandedElts, UndefRHS, ZeroRHS, TLO, in SimplifyDemandedVectorElts()
2841 KnownUndef = getKnownUndefForVectorBinop(Op, TLO.DAG, UndefLHS, UndefRHS); in SimplifyDemandedVectorElts()
2858 APInt UndefRHS, ZeroRHS; in SimplifyDemandedVectorElts() local
2859 if (SimplifyDemandedVectorElts(Op1, DemandedElts, UndefRHS, ZeroRHS, TLO, in SimplifyDemandedVectorElts()
2868 KnownUndef = UndefLHS & UndefRHS; // TODO: use getKnownUndefForVectorBinop? in SimplifyDemandedVectorElts()