Home | History | Annotate | Download | only in optimizing

Lines Matching defs:bitwise_not

1470     HNot* bitwise_not = new (GetGraph()->GetArena()) HNot(instruction->GetType(), input_other);
1471 instruction->GetBlock()->ReplaceAndRemoveInstructionWith(instruction, bitwise_not);