Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinstruction_simplifier.cc847 static HInstruction* NewIntegralAbs(ArenaAllocator* allocator, in NewIntegralAbs() function
989 replace_with = NewIntegralAbs(GetGraph()->GetAllocator(), a, select); in VisitSelect()
1004 replace_with = NewIntegralAbs(GetGraph()->GetAllocator(), true_value, select); in VisitSelect()