Home | History | Annotate | Download | only in R600

Lines Matching refs:BITCAST

871       // Bitcast True / False to the correct types.  This will end up being
875 True = DAG.getNode(ISD::BITCAST, DL, CompareVT, True);
876 False = DAG.getNode(ISD::BITCAST, DL, CompareVT, False);
904 return DAG.getNode(ISD::BITCAST, DL, VT, SelectNode);
1489 if (Arg.getOpcode() == ISD::BITCAST &&
1493 return DAG.getNode(ISD::BITCAST, SDLoc(N), N->getVTList(),