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