Searched refs:CurSquare (Results 1 – 1 of 1) sorted by relevance
4406 SDValue CurSquare = LHS; in ExpandPowI() local4410 Res = DAG.getNode(ISD::FMUL, DL,Res.getValueType(), Res, CurSquare); in ExpandPowI()4412 Res = CurSquare; // 1.0*CurSquare. in ExpandPowI()4415 CurSquare = DAG.getNode(ISD::FMUL, DL, CurSquare.getValueType(), in ExpandPowI()4416 CurSquare, CurSquare); in ExpandPowI()