Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dinstruction_simplifier.cc875 static HInstruction* NewIntegralAbs(ArenaAllocator* allocator, in NewIntegralAbs() function
1078 replace_with = NewIntegralAbs(GetGraph()->GetAllocator(), a, select); in VisitSelect()
1093 replace_with = NewIntegralAbs(GetGraph()->GetAllocator(), true_value, select); in VisitSelect()