Searched refs:OrigXWidth (Results 1 – 1 of 1) sorted by relevance
7384 unsigned OrigXWidth = N0.getOperand(1).getValueType().getSizeInBits(); in visitBITCAST() local7385 EVT IntXVT = EVT::getIntegerVT(*DAG.getContext(), OrigXWidth); in visitBITCAST()7393 if (OrigXWidth < VTWidth) { in visitBITCAST()7396 } else if (OrigXWidth > VTWidth) { in visitBITCAST()7402 DAG.getConstant(OrigXWidth-VTWidth, DL, in visitBITCAST()