Searched refs:MatchLeftIsOnes (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/v8/src/
H A Dhydrogen-instructions.cc1375 static bool MatchLeftIsOnes(HValue* l, HValue* r, HValue** negated) { function in namespace:v8::internal
1386 (MatchLeftIsOnes(b->left(), b->right(), negated) ||
1387 MatchLeftIsOnes(b->right(), b->left(), negated));

Completed in 96 milliseconds