Lines Matching refs:IntValue
71 SDValue IntValue;
1575 State.IntValue = DAG.getNode(ISD::BITCAST, DL, IVT, Value);
1610 State.IntValue = DAG.getExtLoad(ISD::EXTLOAD, DL, LoadTy, State.Chain, IntPtr,
1640 EVT IntVT = SignAsInt.IntValue.getValueType();
1642 SDValue SignBit = DAG.getNode(ISD::AND, DL, IntVT, SignAsInt.IntValue,
1659 EVT MagVT = MagAsInt.IntValue.getValueType();
1661 SDValue ClearedSign = DAG.getNode(ISD::AND, DL, MagVT, MagAsInt.IntValue,
1699 EVT IntVT = SignAsInt.IntValue.getValueType();
1704 DAG.getNode(ISD::XOR, DL, IntVT, SignAsInt.IntValue, SignMask);
1724 EVT IntVT = ValueAsInt.IntValue.getValueType();
1726 SDValue ClearedSign = DAG.getNode(ISD::AND, DL, IntVT, ValueAsInt.IntValue,