HomeSort by relevance Sort by last modified time
    Searched refs:MergeIntoShifterOperand (Results 1 - 2 of 2) sorted by null

  /art/compiler/optimizing/
instruction_simplifier_arm.cc 48 bool MergeIntoShifterOperand(HInstruction* use, HInstruction* bitfield_op) {
178 // Increment `it` now because `*it` will disappear thanks to MergeIntoShifterOperand().
180 bool merged = MergeIntoShifterOperand(user, bitfield_op);
instruction_simplifier_arm64.cc 50 bool MergeIntoShifterOperand(HInstruction* use, HInstruction* bitfield_op) {
182 // Increment `it` now because `*it` will disappear thanks to MergeIntoShifterOperand().
184 bool merged = MergeIntoShifterOperand(user, bitfield_op);

Completed in 66 milliseconds