Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp1636 FloatSignAsInt ValueAsInt; in ExpandFABS() local
1637 getSignAsIntValue(ValueAsInt, DL, Value); in ExpandFABS()
1638 EVT IntVT = ValueAsInt.IntValue.getValueType(); in ExpandFABS()
1639 SDValue ClearSignMask = DAG.getConstant(~ValueAsInt.SignMask, DL, IntVT); in ExpandFABS()
1640 SDValue ClearedSign = DAG.getNode(ISD::AND, DL, IntVT, ValueAsInt.IntValue, in ExpandFABS()
1642 return modifySignAsInt(ValueAsInt, DL, ClearedSign); in ExpandFABS()