Searched refs:LMulVal (Results 1 – 2 of 2) sorted by relevance
391 auto [LMulVal, Fractional] = RISCVVType::decodeVLMUL(LMul); in copyPhysRegVector()393 unsigned NumRegs = NF * LMulVal; in copyPhysRegVector()
10488 unsigned LMulVal = Fractional ? LMul1VF / VF : VF / LMul1VF; in lowerGetVectorLength() local10489 unsigned VLMUL = (unsigned)RISCVVType::encodeLMUL(LMulVal, Fractional); in lowerGetVectorLength()