Home
last modified time | relevance | path

Searched refs:OrigXWidth (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp7384 unsigned OrigXWidth = N0.getOperand(1).getValueType().getSizeInBits(); in visitBITCAST() local
7385 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()