Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dload_store_analysis.cc37 if (!IsAddOrSub(idx1)) { in CanBinaryOpAndIndexAlias()
64 if (!IsAddOrSub(idx1) || !IsAddOrSub(idx2)) { in CanBinaryOpsAlias()
Dloop_optimization.cc310 if (IsAddOrSub(instruction) && IsAddConst(instruction, a, b, c) && *a != nullptr) { in IsAddConst2()
Dnodes.h8208 inline bool IsAddOrSub(const HInstruction* instruction) { in IsAddOrSub() function