Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp1724 FloatSignAsInt MagAsInt; in ExpandFCOPYSIGN() local
1725 getSignAsIntValue(MagAsInt, DL, Mag); in ExpandFCOPYSIGN()
1726 EVT MagVT = MagAsInt.IntValue.getValueType(); in ExpandFCOPYSIGN()
1727 SDValue ClearSignMask = DAG.getConstant(~MagAsInt.SignMask, DL, MagVT); in ExpandFCOPYSIGN()
1728 SDValue ClearedSign = DAG.getNode(ISD::AND, DL, MagVT, MagAsInt.IntValue, in ExpandFCOPYSIGN()
1732 int ShiftAmount = SignAsInt.SignBit - MagAsInt.SignBit; in ExpandFCOPYSIGN()
1755 return modifySignAsInt(MagAsInt, DL, CopiedSign); in ExpandFCOPYSIGN()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp6938 SDValue MagAsInt = DAG.getNode(RISCVISD::FMV_X_ANYEXTH, DL, XLenVT, Mag); in lowerFCOPYSIGN() local
6942 DAG.getNode(ISD::AND, DL, XLenVT, MagAsInt, ClearSignMask); in lowerFCOPYSIGN()