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