Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:BITCAST

98   if (N->getOpcode() == ISD::BITCAST)
146 if (N->getOpcode() == ISD::BITCAST)
1126 // Then bitcast to the type requested.
1156 // to the endianness of the elements (because the BITCAST is itself a
1166 SDValue Result = getNode(ISD::BITCAST, SDLoc(), VT,
1550 while (V.getOpcode() == ISD::BITCAST)
2693 case ISD::BITCAST:
2766 case ISD::BITCAST:
2876 case ISD::BITCAST:
2879 && "Cannot BITCAST between types of different sizes!");
2881 if (OpOpcode == ISD::BITCAST) // bitconv(bitconv(x)) -> bitconv(x)
2882 return getNode(ISD::BITCAST, DL, VT, Operand.getOperand(0));
3610 case ISD::BITCAST:
3719 return DAG.getNode(ISD::BITCAST, dl, VT,