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

/art/compiler/optimizing/
H A Dinstruction_simplifier_arm64.h46 bool CanMergeIntoShifterOperand(HInstruction* use, HInstruction* bitfield_op) { function in class:art::arm64::InstructionSimplifierArm64Visitor
50 DCHECK(CanMergeIntoShifterOperand(use, bitfield_op));
H A Dinstruction_simplifier_arm64.cc168 if (!CanMergeIntoShifterOperand(user, bitfield_op)) {

Completed in 9214 milliseconds