Searched refs:EqVal (Results 1 – 1 of 1) sorted by relevance
1978 uint64_t EqVal = 0; in SimplifySetCC() local1982 EqVal = ISD::isTrueWhenEqual(Cond); in SimplifySetCC()1985 EqVal = ISD::isTrueWhenEqual(Cond) ? -1 : 0; in SimplifySetCC()1991 return DAG.getConstant(EqVal, dl, VT); in SimplifySetCC()1995 return DAG.getConstant(EqVal, dl, VT); in SimplifySetCC()1997 return DAG.getConstant(EqVal, dl, VT); in SimplifySetCC()