Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinstruction_simplifier_arm64.h43 bool TryMergeIntoShifterOperand(HInstruction* use,
47 return TryMergeIntoShifterOperand(use, bitfield_op, false); in CanMergeIntoShifterOperand()
51 return TryMergeIntoShifterOperand(use, bitfield_op, true); in MergeIntoShifterOperand()
Dinstruction_simplifier_arm64.cc81 bool InstructionSimplifierArm64Visitor::TryMergeIntoShifterOperand(HInstruction* use, in TryMergeIntoShifterOperand() function in art::arm64::InstructionSimplifierArm64Visitor