Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinstruction_simplifier.cc1691 HNot* bitwise_not = new (GetGraph()->GetArena()) HNot(instruction->GetType(), input_other); in VisitXor() local
1692 instruction->GetBlock()->ReplaceAndRemoveInstructionWith(instruction, bitwise_not); in VisitXor()