Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:cmpGreaterThan

1852       case ISD::SETONE: return getConstant(R==APFloat::cmpGreaterThan ||
1861 case ISD::SETOGT: return getConstant(R==APFloat::cmpGreaterThan, VT);
1870 case ISD::SETOGE: return getConstant(R==APFloat::cmpGreaterThan ||
1879 case ISD::SETUGT: return getConstant(R==APFloat::cmpGreaterThan ||
1881 case ISD::SETULE: return getConstant(R!=APFloat::cmpGreaterThan, VT);