Searched refs:LMul1VF (Results 1 – 1 of 1) sorted by relevance
10478 unsigned LMul1VF = RISCV::RVVBitsPerBlock / ElementWidth; in lowerGetVectorLength() local10484 assert(VF >= MinVF && VF <= (LMul1VF * 8) && isPowerOf2_32(VF) && in lowerGetVectorLength()10487 bool Fractional = VF < LMul1VF; in lowerGetVectorLength()10488 unsigned LMulVal = Fractional ? LMul1VF / VF : VF / LMul1VF; in lowerGetVectorLength()