Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/RISCV/
DRISCVISelLowering.cpp5990 const bool NonZeroAVL = hasNonZeroAVL(VL); in lowerReductionSeq() local
5998 auto InnerVL = NonZeroAVL ? VL : DAG.getConstant(1, DL, XLenVT); in lowerReductionSeq()
6005 SDValue PassThru = NonZeroAVL ? DAG.getUNDEF(M1VT) : InitialValue; in lowerReductionSeq()