Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dloop_optimization.cc85 static bool IsZeroExtensionAndGet(HInstruction* instruction,
146 IsZeroExtensionAndGet(instruction->InputAt(0), type, /*out*/ operand); in IsSignExtensionAndGet()
156 static bool IsZeroExtensionAndGet(HInstruction* instruction, in IsZeroExtensionAndGet() function
234 if (IsZeroExtensionAndGet(a, utype, r) && IsZeroExtensionAndGet(b, utype, s)) { in IsNarrowerOperands()
255 if (IsZeroExtensionAndGet(a, utype, r)) { in IsNarrowerOperand()