Lines Matching refs:BITCAST
328 Operands[j] = DAG.getNode(ISD::BITCAST, dl, NVT, Op.getOperand(j));
335 return DAG.getNode(ISD::BITCAST, dl, VT, Op);
616 // Bitcast the operands to be the same type as the mask.
619 Op1 = DAG.getNode(ISD::BITCAST, DL, MaskTy, Op1);
620 Op2 = DAG.getNode(ISD::BITCAST, DL, MaskTy, Op2);
629 return DAG.getNode(ISD::BITCAST, DL, Op.getValueType(), Val);
683 // Bitcast the operands to be the same type as the mask.
686 Op1 = DAG.getNode(ISD::BITCAST, DL, VT, Op1);
687 Op2 = DAG.getNode(ISD::BITCAST, DL, VT, Op2);
696 return DAG.getNode(ISD::BITCAST, DL, Op.getValueType(), Val);