Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:SignBit

1720   SDValue SignBit = DAG.getNode(ISD::AND, DL, IntVT, SignAsInt.IntValue,
1729 SDValue Cond = DAG.getSetCC(DL, getSetCCResultType(IntVT), SignBit,
1741 SDValue CopiedSign = DAG.getNode(ISD::OR, DL, IntVT, ClearedSign, SignBit);
2545 SDValue SignBit = DAG.getConstant(0x80000000u, dl, MVT::i32);
2546 Op0Mapped = DAG.getNode(ISD::XOR, dl, MVT::i32, Op0, SignBit);