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

/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp5650 unsigned OrigXWidth = N0.getOperand(1).getValueType().getSizeInBits(); local
5651 EVT IntXVT = EVT::getIntegerVT(*DAG.getContext(), OrigXWidth);
5659 if (OrigXWidth < VTWidth) {
5662 } else if (OrigXWidth > VTWidth) {
5667 DAG.getConstant(OrigXWidth-VTWidth, X.getValueType()));

Completed in 182 milliseconds