Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinstruction_simplifier_arm64.cc28 using helpers::ShifterOperandSupportsExtension;
130 !ShifterOperandSupportsExtension(use)) { in TryMergeIntoShifterOperand()
Dcommon_arm64.h316 static inline bool ShifterOperandSupportsExtension(HInstruction* instruction) { in ShifterOperandSupportsExtension() function