Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp7392 unsigned VTWidth = VT.getSizeInBits(); in visitBITCAST() local
7393 if (OrigXWidth < VTWidth) { in visitBITCAST()
7396 } else if (OrigXWidth > VTWidth) { in visitBITCAST()
7402 DAG.getConstant(OrigXWidth-VTWidth, DL, in visitBITCAST()