Home
last modified time | relevance | path

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

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