Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp9809 const bool NonZeroAVL = isNonZeroAVL(VL); in lowerReductionSeq()
9817 auto InnerVL = NonZeroAVL ? VL : DAG.getConstant(1, DL, XLenVT); in lowerReductionSeq()
9824 SDValue PassThru = NonZeroAVL ? DAG.getUNDEF(M1VT) : InitialValue; in lowerReductionSeq()
9807 const bool NonZeroAVL = isNonZeroAVL(VL); lowerReductionSeq() local