Searched refs:MergeIntoShifterOperand (Results 1 - 2 of 2) sorted by relevance

/art/compiler/optimizing/
H A Dinstruction_simplifier_arm64.h49 bool MergeIntoShifterOperand(HInstruction* use, HInstruction* bitfield_op) { function in class:art::arm64::InstructionSimplifierArm64Visitor
H A Dinstruction_simplifier_arm64.cc176 // Increment `it` now because `*it` will disappear thanks to MergeIntoShifterOperand().
178 bool merged = MergeIntoShifterOperand(user, bitfield_op);

Completed in 46 milliseconds