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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp5042 unsigned OrigXWidth = N0.getOperand(1).getValueType().getSizeInBits(); local
5043 EVT IntXVT = EVT::getIntegerVT(*DAG.getContext(), OrigXWidth);
5051 if (OrigXWidth < VTWidth) {
5054 } else if (OrigXWidth > VTWidth) {
5059 DAG.getConstant(OrigXWidth-VTWidth, X.getValueType()));

Completed in 70 milliseconds