Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp4901 unsigned ElemBytes = VT.getVectorElementType().getStoreSize(); in combineMERGE() local
4902 if (ElemBytes <= 4) { in combineMERGE()
4906 EVT OutVT = MVT::getVectorVT(MVT::getIntegerVT(ElemBytes * 16), in combineMERGE()
4907 SystemZ::VectorBytes / ElemBytes / 2); in combineMERGE()