Home | History | Annotate | Download | only in SelectionDAG

Lines Matching full:ctop

1983       SDValue CTOp = CTPOP.getOperand(0);
1988 SDValue Sub = DAG.getNode(ISD::SUB, dl, CTVT, CTOp,
1990 SDValue And = DAG.getNode(ISD::AND, dl, CTVT, CTOp, Sub);