Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVVectorPeephole.cpp109 unsigned LMULFixed = LMUL.second ? (8 / LMUL.first) : 8 * LMUL.first; in convertToVLMAX() local
114 assert(8 * LMULFixed / SEW > 0); in convertToVLMAX()
123 if (ScaleFixed != 8 * LMULFixed / SEW) in convertToVLMAX()