Searched refs:IsAddConst (Results 1 – 1 of 1) sorted by relevance
/art/compiler/optimizing/ |
D | loop_optimization.cc | 271 static bool IsAddConst(HInstruction* instruction, in IsAddConst() function 280 return IsAddConst(instruction->InputAt(0), a, b, c, depth - 1) && in IsAddConst() 281 IsAddConst(instruction->InputAt(1), a, b, c, depth - 1); in IsAddConst() 285 return IsAddConst(instruction->InputAt(0), a, b, c, depth - 1); in IsAddConst() 308 if (IsAddConst(instruction, a, b, c) && *a != nullptr) { in IsAddConst2() 329 } else if (IsAddConst(instruction, a, b, &c) && *a != nullptr && *b == nullptr) { in IsSubConst2()
|