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

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

Completed in 70 milliseconds