Home | History | Annotate | Download | only in arm64

Lines Matching defs:LMathAbs

1922 class LMathAbs FINAL : public LUnaryMathOperation<0> {
1924 explicit LMathAbs(LOperand* value) : LUnaryMathOperation<0>(value) {}