Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:ANDC

514         SDValue ANDC = TLO.DAG.getConstant(~KnownOne & NewMask, VT);
516 Op.getOperand(0), ANDC));