Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinstruction_simplifier.cc849 static HInstruction* NewIntegralAbs(ArenaAllocator* allocator, in NewIntegralAbs() function
954 replace_with = NewIntegralAbs(GetGraph()->GetAllocator(), false_value, select); in VisitSelect()
961 replace_with = NewIntegralAbs(GetGraph()->GetAllocator(), true_value, select); in VisitSelect()
976 replace_with = NewIntegralAbs(GetGraph()->GetAllocator(), true_value, select); in VisitSelect()