Searched refs:MagAsInt (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeDAG.cpp | 1647 FloatSignAsInt MagAsInt; in ExpandFCOPYSIGN() local 1648 getSignAsIntValue(MagAsInt, DL, Mag); in ExpandFCOPYSIGN() 1649 EVT MagVT = MagAsInt.IntValue.getValueType(); in ExpandFCOPYSIGN() 1650 SDValue ClearSignMask = DAG.getConstant(~MagAsInt.SignMask, DL, MagVT); in ExpandFCOPYSIGN() 1651 SDValue ClearedSign = DAG.getNode(ISD::AND, DL, MagVT, MagAsInt.IntValue, in ExpandFCOPYSIGN() 1655 int ShiftAmount = SignAsInt.SignBit - MagAsInt.SignBit; in ExpandFCOPYSIGN() 1676 return modifySignAsInt(MagAsInt, DL, CopiedSign); in ExpandFCOPYSIGN()
|