Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp4101 const unsigned RequiredVL = NumElts / SeqLen; in lowerBuildVectorOfConstants() local
4104 NumElts : RequiredVL; in lowerBuildVectorOfConstants()
4141 if (ViaVecLen != RequiredVL) in lowerBuildVectorOfConstants()
4143 DL, MVT::getVectorVT(ViaIntVT, RequiredVL), Splat, 0); in lowerBuildVectorOfConstants()