Searched refs:DecodedLMUL (Results 1 – 1 of 1) sorted by relevance
361 auto DecodedLMUL = RISCVVType::decodeVLMUL(LMUL); in selectVLXSEG() local362 if (DecodedLMUL.second) in selectVLXSEG()363 ContainedTyNumElts /= DecodedLMUL.first; in selectVLXSEG()365 ContainedTyNumElts *= DecodedLMUL.first; in selectVLXSEG()434 auto DecodedLMUL = RISCVVType::decodeVLMUL(LMUL); in selectVSXSEG() local435 if (DecodedLMUL.second) in selectVSXSEG()436 ContainedTyNumElts /= DecodedLMUL.first; in selectVSXSEG()438 ContainedTyNumElts *= DecodedLMUL.first; in selectVSXSEG()