Home | History | Annotate | Download | only in Utils

Lines Matching refs:abs

1278     // abs(x) -> x >s -1 ? x : -x
1744 static AbsOpt Abs;
1837 case LibFunc::abs:
1840 return &Abs;