Searched refs:MatchNegationViaXor (Results 1 – 1 of 1) sorted by relevance
1326 static bool MatchNegationViaXor(HValue* instr, HValue** negated) { in MatchNegationViaXor() function1337 return MatchNegationViaXor(instr, &negated) && in MatchDoubleNegation()1338 MatchNegationViaXor(negated, arg); in MatchDoubleNegation()