Home | History | Annotate | Download | only in X86

Lines Matching defs:OtherVal

14157   SDValue OtherVal = N->getOperand(N->getOpcode() == ISD::SUB ? 0 : 1);
14160 DL, OtherVal.getValueType(), OtherVal,
14161 DAG.getConstant(-1ULL, OtherVal.getValueType()), NewCmp);
14163 DL, OtherVal.getValueType(), OtherVal,
14164 DAG.getConstant(0, OtherVal.getValueType()), NewCmp);