Searched refs:ElemWidthByte (Results 1 – 1 of 1) sorted by relevance
17839 uint64_t ElemWidthByte = VPLoad->getValueType(0).getScalarSizeInBits() / 8; in performVP_REVERSECombine() local17844 DAG.getConstant(ElemWidthByte, DL, XLenVT)); in performVP_REVERSECombine()17846 SDValue Stride = DAG.getSignedConstant(-ElemWidthByte, DL, XLenVT); in performVP_REVERSECombine()17899 uint64_t ElemWidthByte = VPReverse.getValueType().getScalarSizeInBits() / 8; in performVP_STORECombine() local17904 DAG.getConstant(ElemWidthByte, DL, XLenVT)); in performVP_STORECombine()17907 SDValue Stride = DAG.getSignedConstant(-ElemWidthByte, DL, XLenVT); in performVP_STORECombine()