Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp1459 FloatSignAsInt MagAsInt; in ExpandFCOPYSIGN() local
1460 getSignAsIntValue(MagAsInt, DL, Mag); in ExpandFCOPYSIGN()
1461 EVT MagVT = MagAsInt.IntValue.getValueType(); in ExpandFCOPYSIGN()
1462 SDValue ClearSignMask = DAG.getConstant(~MagAsInt.SignMask, DL, MagVT); in ExpandFCOPYSIGN()
1463 SDValue ClearedSign = DAG.getNode(ISD::AND, DL, MagVT, MagAsInt.IntValue, in ExpandFCOPYSIGN()
1467 int ShiftAmount = SignAsInt.SignBit - MagAsInt.SignBit; in ExpandFCOPYSIGN()
1490 return modifySignAsInt(MagAsInt, DL, CopiedSign); in ExpandFCOPYSIGN()