Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dcode_generator_arm_vixl.cc1297 static int64_t AdjustConstantForCondition(int64_t value, in AdjustConstantForCondition() function
1347 int64_t value = AdjustConstantForCondition(Int64ConstantFrom(right), &cond, &opposite); in GenerateLongTestConstant()
1589 const int64_t value = AdjustConstantForCondition(Int64ConstantFrom(right), in GenerateEqualLong()
1643 if (AdjustConstantForCondition(Int64ConstantFrom(right), &condition, &opposite) == 0) { in GenerateConditionLong()
1714 value = AdjustConstantForCondition(Int64ConstantFrom(right), &condition, &opposite); in GenerateConditionIntegralOrNonPrimitive()