Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp9817 auto InnerVL = NonZeroAVL ? VL : DAG.getConstant(1, DL, XLenVT); in lowerReductionSeq()
9818 SDValue InitialValue = lowerScalarInsert(StartValue, InnerVL, InnerVT, DL, in lowerReductionSeq()
9815 auto InnerVL = NonZeroAVL ? VL : DAG.getConstant(1, DL, XLenVT); lowerReductionSeq() local