Searched refs:CurSquare (Results 1 – 1 of 1) sorted by relevance
5437 SDValue CurSquare = LHS; in ExpandPowI() local5444 DAG.getNode(ISD::FMUL, DL, Res.getValueType(), Res, CurSquare); in ExpandPowI()5446 Res = CurSquare; // 1.0*CurSquare. in ExpandPowI()5449 CurSquare = DAG.getNode(ISD::FMUL, DL, CurSquare.getValueType(), in ExpandPowI()5450 CurSquare, CurSquare); in ExpandPowI()