Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/
Dhydrogen-instructions.cc1319 static bool MatchLeftIsOnes(HValue* l, HValue* r, HValue** negated) { in MatchLeftIsOnes() function
1330 (MatchLeftIsOnes(b->left(), b->right(), negated) || in MatchNegationViaXor()
1331 MatchLeftIsOnes(b->right(), b->left(), negated)); in MatchNegationViaXor()