Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp1514 FloatSignAsInt MagAsInt; in ExpandFCOPYSIGN() local
1515 getSignAsIntValue(MagAsInt, DL, Mag); in ExpandFCOPYSIGN()
1516 EVT MagVT = MagAsInt.IntValue.getValueType(); in ExpandFCOPYSIGN()
1517 SDValue ClearSignMask = DAG.getConstant(~MagAsInt.SignMask, DL, MagVT); in ExpandFCOPYSIGN()
1518 SDValue ClearedSign = DAG.getNode(ISD::AND, DL, MagVT, MagAsInt.IntValue, in ExpandFCOPYSIGN()
1522 int ShiftAmount = SignAsInt.SignBit - MagAsInt.SignBit; in ExpandFCOPYSIGN()
1541 return modifySignAsInt(MagAsInt, DL, CopiedSign); in ExpandFCOPYSIGN()