Searched refs:CurSquare (Results 1 – 1 of 1) sorted by relevance
4203 SDValue CurSquare = LHS; in ExpandPowI() local4209 Res = DAG.getNode(ISD::FMUL, DL,Res.getValueType(), Res, CurSquare); in ExpandPowI()4211 Res = CurSquare; // 1.0*CurSquare. in ExpandPowI()4214 CurSquare = DAG.getNode(ISD::FMUL, DL, CurSquare.getValueType(), in ExpandPowI()4215 CurSquare, CurSquare); in ExpandPowI()