Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/
Dhydrogen-instructions.cc1326 static bool MatchNegationViaXor(HValue* instr, HValue** negated) { in MatchNegationViaXor() function
1337 return MatchNegationViaXor(instr, &negated) && in MatchDoubleNegation()
1338 MatchNegationViaXor(negated, arg); in MatchDoubleNegation()