Home | History | Annotate | Download | only in IR

Lines Matching full:fcmp

1067 /// 'no-nans-float-math' flag) a combination of a fcmp and select has 'maximum'
1069 /// select(fcmp(ogt/ge, L, R), L, R) semantics matched by this predicate.
1082 /// 'no-nans-float-math' flag) a combination of a fcmp and select has 'minimum'
1084 /// select(fcmp(olt/le, L, R), L, R) semantics matched by this predicate.
1097 /// 'no-nans-float-math' flag) a combination of a fcmp and select has 'maximum'
1099 /// select(fcmp(ugt/ge, L, R), L, R) semantics matched by this predicate.
1158 /// 'no-nans-float-math' flag) a combination of a fcmp and select has 'minimum'
1160 /// select(fcmp(ult/le, L, R), L, R) semantics matched by this predicate.