Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp12871 EVT SclTy = Scalar->getValueType(0); in visitCONCAT_VECTORS() local
12873 if (!SclTy.isFloatingPoint() && !SclTy.isInteger()) in visitCONCAT_VECTORS()
12876 EVT NVT = EVT::getVectorVT(*DAG.getContext(), SclTy, in visitCONCAT_VECTORS()
12877 VT.getSizeInBits() / SclTy.getSizeInBits()); in visitCONCAT_VECTORS()