Searched refs:VTWidth (Results 1 – 1 of 1) sorted by relevance
7392 unsigned VTWidth = VT.getSizeInBits(); in visitBITCAST() local7393 if (OrigXWidth < VTWidth) { in visitBITCAST()7396 } else if (OrigXWidth > VTWidth) { in visitBITCAST()7402 DAG.getConstant(OrigXWidth-VTWidth, DL, in visitBITCAST()