Searched defs:ReplaceRotateWithRor (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Dinstruction_simplifier.cc46 bool ReplaceRotateWithRor(HBinaryOperation* op, HUShr* ushr, HShl* shl);
262 bool InstructionSimplifierVisitor::ReplaceRotateWithRor(HBinaryOperation* op, function in class:art::InstructionSimplifierVisitor
329 ReplaceRotateWithRor(op, ushr, shl);
360 ReplaceRotateWithRor(op, ushr, shl);
391 return ReplaceRotateWithRor(op, ushr, shl);

Completed in 48 milliseconds