Home | History | Annotate | Download | only in X86

Lines Matching defs:OtherVal

30617   SDValue OtherVal = N->getOperand(N->getOpcode() == ISD::SUB ? 0 : 1);
30620 DL, OtherVal.getValueType(), OtherVal,
30621 DAG.getConstant(-1ULL, DL, OtherVal.getValueType()),
30624 DL, OtherVal.getValueType(), OtherVal,
30625 DAG.getConstant(0, DL, OtherVal.getValueType()), NewCmp);