Searched refs:CurSquare (Results 1 – 1 of 1) sorted by relevance
5371 SDValue CurSquare = LHS; in ExpandPowI() local5377 Res = DAG.getNode(ISD::FMUL, DL,Res.getValueType(), Res, CurSquare); in ExpandPowI()5379 Res = CurSquare; // 1.0*CurSquare. in ExpandPowI()5382 CurSquare = DAG.getNode(ISD::FMUL, DL, CurSquare.getValueType(), in ExpandPowI()5383 CurSquare, CurSquare); in ExpandPowI()