Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:SignMask

3014   SDValue SignMask = DAG.getConstant(APInt::getSignBit(VT.getSizeInBits()), dl,
3028 ISD::SRA, dl, IntVT, DAG.getNode(ISD::AND, dl, IntVT, Bits, SignMask),