Searched refs:bitwise_not (Results 1 – 1 of 1) sorted by relevance
1691 HNot* bitwise_not = new (GetGraph()->GetArena()) HNot(instruction->GetType(), input_other); in VisitXor() local1692 instruction->GetBlock()->ReplaceAndRemoveInstructionWith(instruction, bitwise_not); in VisitXor()