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

/freebsd-10.1-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp9826 EVT SclTy = Scalar->getValueType(0); local
9828 if (!SclTy.isFloatingPoint() && !SclTy.isInteger())
9831 EVT NVT = EVT::getVectorVT(*DAG.getContext(), SclTy,
9832 VT.getSizeInBits() / SclTy.getSizeInBits());

Completed in 60 milliseconds