Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:BITCAST

368       Operands[j] = DAG.getNode(ISD::BITCAST, dl, NVT, Op.getOperand(j));
375 return DAG.getNode(ISD::BITCAST, dl, VT, Op);
412 // PromoteVector which uses bitcast to promote thus assumning that the
704 // Bitcast the operands to be the same type as the mask.
707 Op1 = DAG.getNode(ISD::BITCAST, DL, MaskTy, Op1);
708 Op2 = DAG.getNode(ISD::BITCAST, DL, MaskTy, Op2);
717 return DAG.getNode(ISD::BITCAST, DL, Op.getValueType(), Val);
761 ISD::BITCAST, DL, VT,
788 // and a bitcast to the wider element type.
815 return DAG.getNode(ISD::BITCAST, DL, VT,
836 Op = DAG.getNode(ISD::BITCAST, DL, ByteVT, Op.getOperand(0));
839 return DAG.getNode(ISD::BITCAST, DL, VT, Op);
873 // Bitcast the operands to be the same type as the mask.
876 Op1 = DAG.getNode(ISD::BITCAST, DL, VT, Op1);
877 Op2 = DAG.getNode(ISD::BITCAST, DL, VT, Op2);
886 return DAG.getNode(ISD::BITCAST, DL, Op.getValueType(), Val);