Home | History | Annotate | Download | only in arm64

Lines Matching defs:LMathLog

1733 class LMathLog final : public LUnaryMathOperation<0> {
1735 explicit LMathLog(LOperand* value) : LUnaryMathOperation<0>(value) { }