Searched refs:VisitNot (Results 1 – 3 of 3) sorted by relevance
48 # The transformation tested is implemented in `InstructionSimplifierVisitor::VisitNot`.
332 # The transformation tested is implemented in `InstructionSimplifierVisitor::VisitNot`.
95 void VisitNot(HNot* instruction) override;1855 void InstructionSimplifierVisitor::VisitNot(HNot* instruction) { in VisitNot() function in art::InstructionSimplifierVisitor