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