Lines Matching refs:is_min
545 bool is_min,
580 if (is_min) {
603 if (is_min) {
628 GenMinMaxFP(invoke->GetLocations(), /* is_min */ true, Primitive::kPrimDouble, GetAssembler());
637 GenMinMaxFP(invoke->GetLocations(), /* is_min */ true, Primitive::kPrimFloat, GetAssembler());
646 GenMinMaxFP(invoke->GetLocations(), /* is_min */ false, Primitive::kPrimDouble, GetAssembler());
655 GenMinMaxFP(invoke->GetLocations(), /* is_min */ false, Primitive::kPrimFloat, GetAssembler());
659 bool is_min,
695 if (is_min) {
704 if (is_min) {
731 GenMinMax(invoke->GetLocations(), /* is_min */ true, GetAssembler());
740 GenMinMax(invoke->GetLocations(), /* is_min */ true, GetAssembler());
749 GenMinMax(invoke->GetLocations(), /* is_min */ false, GetAssembler());
758 GenMinMax(invoke->GetLocations(), /* is_min */ false, GetAssembler());