Home | History | Annotate | Download | only in X86

Lines Matching refs:OtherVal

21892   SDValue OtherVal = N->getOperand(N->getOpcode() == ISD::SUB ? 0 : 1);
21895 DL, OtherVal.getValueType(), OtherVal,
21896 DAG.getConstant(-1ULL, OtherVal.getValueType()), NewCmp);
21898 DL, OtherVal.getValueType(), OtherVal,
21899 DAG.getConstant(0, OtherVal.getValueType()), NewCmp);