Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp9909 MVT SmallerVT; in getSmallestVTForIndex() local
9911 SmallerVT = RISCVTargetLowering::getM1VT(VecVT); in getSmallestVTForIndex()
9913 SmallerVT = in getSmallestVTForIndex()
9916 SmallerVT = RISCVTargetLowering::getM1VT(VecVT) in getSmallestVTForIndex()
9919 if (!SmallerVT.isValid() || !VecVT.bitsGT(SmallerVT)) in getSmallestVTForIndex()
9921 return SmallerVT; in getSmallestVTForIndex()
10238 if (auto SmallerVT = in lowerEXTRACT_VECTOR_ELT() local
10240 ContainerVT = *SmallerVT; in lowerEXTRACT_VECTOR_ELT()