Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dloop_optimization.cc86 static bool IsZeroExtensionAndGet(HInstruction* instruction,
147 IsZeroExtensionAndGet(instruction->InputAt(0), type, /*out*/ operand); in IsSignExtensionAndGet()
157 static bool IsZeroExtensionAndGet(HInstruction* instruction, in IsZeroExtensionAndGet() function
235 if (IsZeroExtensionAndGet(a, utype, r) && IsZeroExtensionAndGet(b, utype, s)) { in IsNarrowerOperands()
256 if (IsZeroExtensionAndGet(a, utype, r)) { in IsNarrowerOperand()