Searched refs:EqTrue (Results 1 – 1 of 1) sorted by relevance
2620 bool EqTrue = ISD::isTrueWhenEqual(Cond); in SimplifySetCC() local2624 return DAG.getBoolConstant(EqTrue, dl, VT, OpVT); in SimplifySetCC()2628 return DAG.getBoolConstant(EqTrue, dl, VT, OpVT); in SimplifySetCC()2629 if (UOF == unsigned(EqTrue)) in SimplifySetCC()2630 return DAG.getBoolConstant(EqTrue, dl, VT, OpVT); in SimplifySetCC()