Searched refs:IsAddOrSub (Results 1 – 3 of 3) sorted by relevance
37 if (!IsAddOrSub(idx1)) { in CanBinaryOpAndIndexAlias()64 if (!IsAddOrSub(idx1) || !IsAddOrSub(idx2)) { in CanBinaryOpsAlias()
310 if (IsAddOrSub(instruction) && IsAddConst(instruction, a, b, c) && *a != nullptr) { in IsAddConst2()
8208 inline bool IsAddOrSub(const HInstruction* instruction) { in IsAddOrSub() function