Lines Matching defs:LHSUndefs
57341 APInt LHSUndefs, RHSUndefs;
57343 if (getTargetConstantBitsFromNode(LHS, EltBits, LHSUndefs, LHSBits) &&
57352 bool AnyUndef = LHSUndefs[I] || RHSUndefs[I];
57357 return getConstVector(Results, LHSUndefs | RHSUndefs, VT, DAG, DL);
58845 APInt LHSUndefs, RHSUndefs;
58849 if (getTargetConstantBitsFromNode(LHS, SrcEltBits, LHSUndefs, LHSBits) &&