Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:AndConst

2325       SDValue AndConst = DAG.getConstant(1, MVT::i64);
2326 SDValue And = DAG.getNode(ISD::AND, dl, MVT::i64, Op0, AndConst);