Home | History | Annotate | Download | only in x64

Lines Matching defs:LMathExp

914 class LMathExp final : public LTemplateInstruction<1, 1, 0> {
916 explicit LMathExp(LOperand* value) { inputs_[0] = value; }