Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp4723 unsigned ElemBytes = VT.getVectorElementType().getStoreSize(); in PerformDAGCombine() local
4724 if (ElemBytes <= 4) { in PerformDAGCombine()
4728 EVT OutVT = MVT::getVectorVT(MVT::getIntegerVT(ElemBytes * 16), in PerformDAGCombine()
4729 SystemZ::VectorBytes / ElemBytes / 2); in PerformDAGCombine()