Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp1556 FloatSignAsInt SignAsInt; in ExpandFCOPYSIGN() local
1557 getSignAsIntValue(SignAsInt, DL, Sign); in ExpandFCOPYSIGN()
1559 EVT IntVT = SignAsInt.IntValue.getValueType(); in ExpandFCOPYSIGN()
1560 SDValue SignMask = DAG.getConstant(SignAsInt.SignMask, DL, IntVT); in ExpandFCOPYSIGN()
1561 SDValue SignBit = DAG.getNode(ISD::AND, DL, IntVT, SignAsInt.IntValue, in ExpandFCOPYSIGN()
1584 int ShiftAmount = SignAsInt.SignBit - MagAsInt.SignBit; in ExpandFCOPYSIGN()
1611 FloatSignAsInt SignAsInt; in ExpandFNEG() local
1612 getSignAsIntValue(SignAsInt, DL, Node->getOperand(0)); in ExpandFNEG()
1613 EVT IntVT = SignAsInt.IntValue.getValueType(); in ExpandFNEG()
1616 SDValue SignMask = DAG.getConstant(SignAsInt.SignMask, DL, IntVT); in ExpandFNEG()
[all …]