Home | History | Annotate | Download | only in X86

Lines Matching refs:OtherVal

14128   SDValue OtherVal = N->getOperand(N->getOpcode() == ISD::SUB ? 0 : 1);
14131 DL, OtherVal.getValueType(), OtherVal,
14132 DAG.getConstant(-1ULL, OtherVal.getValueType()), NewCmp);
14134 DL, OtherVal.getValueType(), OtherVal,
14135 DAG.getConstant(0, OtherVal.getValueType()), NewCmp);