Home
last modified time | relevance | path

Searched refs:CurSquare (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp5371 SDValue CurSquare = LHS; in ExpandPowI() local
5377 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()