Searched refs:IsZeroExtensionAndGet (Results 1 – 1 of 1) sorted by relevance
/art/compiler/optimizing/ |
D | loop_optimization.cc | 86 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()
|