Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp5437 SDValue CurSquare = LHS; in ExpandPowI() local
5444 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()