Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp8426 MVT SmallerVT; in getSmallestVTForIndex() local
8428 SmallerVT = getLMUL1VT(VecVT); in getSmallestVTForIndex()
8430 SmallerVT = getLMUL1VT(VecVT).getDoubleNumVectorElementsVT(); in getSmallestVTForIndex()
8432 SmallerVT = getLMUL1VT(VecVT) in getSmallestVTForIndex()
8435 if (!SmallerVT.isValid() || !VecVT.bitsGT(SmallerVT)) in getSmallestVTForIndex()
8437 return SmallerVT; in getSmallestVTForIndex()
8721 if (auto SmallerVT = in lowerEXTRACT_VECTOR_ELT() local
8723 ContainerVT = *SmallerVT; in lowerEXTRACT_VECTOR_ELT()