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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7384 unsigned OrigXWidth = N0.getOperand(1).getValueType().getSizeInBits(); local
7385 EVT IntXVT = EVT::getIntegerVT(*DAG.getContext(), OrigXWidth);
7393 if (OrigXWidth < VTWidth) {
7396 } else if (OrigXWidth > VTWidth) {
7402 DAG.getConstant(OrigXWidth-VTWidth, DL,

Completed in 79 milliseconds