Searched refs:MinS (Results 1 – 1 of 1) sorted by relevance
516 auto MinS = min_if(S.begin(), S.end(), isScalar, LT); in EnforceSmallerThan() local517 if (MinS != S.end()) in EnforceSmallerThan()518 Changed |= berase_if(B, std::bind(LE, std::placeholders::_1, *MinS)); in EnforceSmallerThan()