Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:cmpGreaterThan

1612       case ISD::SETONE: return getConstant(R==APFloat::cmpGreaterThan ||
1621 case ISD::SETOGT: return getConstant(R==APFloat::cmpGreaterThan, VT);
1630 case ISD::SETOGE: return getConstant(R==APFloat::cmpGreaterThan ||
1639 case ISD::SETUGT: return getConstant(R==APFloat::cmpGreaterThan ||
1641 case ISD::SETULE: return getConstant(R!=APFloat::cmpGreaterThan, VT);