Home
last modified time | relevance | path

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

/art/test/458-checker-instruct-simplification/smali/
DSmaliTests2.smali48 # The transformation tested is implemented in `InstructionSimplifierVisitor::VisitNot`.
DSmaliTests.smali332 # The transformation tested is implemented in `InstructionSimplifierVisitor::VisitNot`.
/art/compiler/optimizing/
Dinstruction_simplifier.cc95 void VisitNot(HNot* instruction) override;
1855 void InstructionSimplifierVisitor::VisitNot(HNot* instruction) { in VisitNot() function in art::InstructionSimplifierVisitor