Home | History | Annotate | Download | only in ppc

Lines Matching refs:LMathExp

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