Home | History | Annotate | Download | only in quick

Lines Matching refs:ConditionCode

923 ConditionCode Mir2Lir::FlipComparisonOrder(ConditionCode before) {
924 ConditionCode res;
933 res = static_cast<ConditionCode>(0);