Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:ANDC

594         SDValue ANDC = TLO.DAG.getConstant(~KnownOne & NewMask, dl, VT);
596 Op.getOperand(0), ANDC));