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

/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp5658 unsigned VTWidth = VT.getSizeInBits(); local
5659 if (OrigXWidth < VTWidth) {
5662 } else if (OrigXWidth > VTWidth) {
5667 DAG.getConstant(OrigXWidth-VTWidth, X.getValueType()));

Completed in 143 milliseconds