Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:FSINCOS

2444     if (User->getOpcode() == OtherOpcode || User->getOpcode() == ISD::FSINCOS)
3371 // Turn fsin / fcos into ISD::FSINCOS node if there are a pair of fsin /
3373 if ((TLI.isOperationLegalOrCustom(ISD::FSINCOS, VT) ||
3377 Tmp1 = DAG.getNode(ISD::FSINCOS, dl, VTs, Node->getOperand(0));
4046 case ISD::FSINCOS: