Searched refs:TryMergeIntoShifterOperand (Results 1 – 2 of 2) sorted by relevance
43 bool TryMergeIntoShifterOperand(HInstruction* use,47 return TryMergeIntoShifterOperand(use, bitfield_op, false); in CanMergeIntoShifterOperand()51 return TryMergeIntoShifterOperand(use, bitfield_op, true); in MergeIntoShifterOperand()
81 bool InstructionSimplifierArm64Visitor::TryMergeIntoShifterOperand(HInstruction* use, in TryMergeIntoShifterOperand() function in art::arm64::InstructionSimplifierArm64Visitor