Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinstruction_simplifier.cc1680 HBooleanNot* boolean_not = new (GetGraph()->GetArena()) HBooleanNot(input_other); in VisitXor() local
1681 instruction->GetBlock()->ReplaceAndRemoveInstructionWith(instruction, boolean_not); in VisitXor()