Lines Matching defs:OtherVal
12355 SDValue OtherVal = N->getOperand(N->getOpcode() == ISD::SUB ? 0 : 1);
12358 DL, OtherVal.getValueType(), OtherVal,
12359 DAG.getConstant(-1ULL, OtherVal.getValueType()), NewCmp);
12361 DL, OtherVal.getValueType(), OtherVal,
12362 DAG.getConstant(0, OtherVal.getValueType()), NewCmp);