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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp6286 unsigned VTWidth = VT.getSizeInBits(); local
6287 if (OrigXWidth < VTWidth) {
6290 } else if (OrigXWidth > VTWidth) {
6295 DAG.getConstant(OrigXWidth-VTWidth, X.getValueType()));

Completed in 87 milliseconds