Searched refs:TryReplaceWithRotateConstantPattern (Results 1 – 1 of 1) sorted by relevance
58 bool TryReplaceWithRotateConstantPattern(HBinaryOperation* op, HUShr* ushr, HShl* shl);456 return TryReplaceWithRotateConstantPattern(op, ushr, shl); in TryReplaceWithRotate()479 bool InstructionSimplifierVisitor::TryReplaceWithRotateConstantPattern(HBinaryOperation* op, in TryReplaceWithRotateConstantPattern() function in art::InstructionSimplifierVisitor