Searched refs:OrigXWidth (Results 1 – 3 of 3) sorted by relevance
5042 unsigned OrigXWidth = N0.getOperand(1).getValueType().getSizeInBits(); in visitBITCAST() local5043 EVT IntXVT = EVT::getIntegerVT(*DAG.getContext(), OrigXWidth); in visitBITCAST()5051 if (OrigXWidth < VTWidth) { in visitBITCAST()5054 } else if (OrigXWidth > VTWidth) { in visitBITCAST()5059 DAG.getConstant(OrigXWidth-VTWidth, X.getValueType())); in visitBITCAST()
7520 unsigned OrigXWidth = N0.getOperand(1).getValueType().getSizeInBits(); in visitBITCAST() local7521 EVT IntXVT = EVT::getIntegerVT(*DAG.getContext(), OrigXWidth); in visitBITCAST()7528 if (OrigXWidth < VTWidth) { in visitBITCAST()7531 } else if (OrigXWidth > VTWidth) { in visitBITCAST()7537 DAG.getConstant(OrigXWidth-VTWidth, DL, in visitBITCAST()
9867 unsigned OrigXWidth = N0.getOperand(1).getValueSizeInBits(); in visitBITCAST() local9868 EVT IntXVT = EVT::getIntegerVT(*DAG.getContext(), OrigXWidth); in visitBITCAST()9875 if (OrigXWidth < VTWidth) { in visitBITCAST()9878 } else if (OrigXWidth > VTWidth) { in visitBITCAST()9884 DAG.getConstant(OrigXWidth-VTWidth, DL, in visitBITCAST()