Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dinstruction_simplifier.cc58 bool TryReplaceWithRotate(HBinaryOperation* instruction);
460 bool InstructionSimplifierVisitor::TryReplaceWithRotate(HBinaryOperation* op) { in TryReplaceWithRotate() function in art::InstructionSimplifierVisitor
1414 if (TryReplaceWithRotate(instruction)) { in VisitAdd()
2070 if (TryReplaceWithRotate(instruction)) { in VisitOr()
2260 if (TryReplaceWithRotate(instruction)) { in VisitXor()