Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp2832 unsigned VectorBitsMin = Subtarget.getRealMinVLen(); in computeVLMAXBounds() local
2834 RISCVTargetLowering::computeVLMAX(VectorBitsMin, EltSize, MinSize); in computeVLMAXBounds()
8424 const unsigned VectorBitsMin = Subtarget.getRealMinVLen(); in getSmallestVTForIndex() local
8425 const unsigned MinVLMAX = VectorBitsMin / EltSize; in getSmallestVTForIndex()