Searched refs:NonZeroAVL (Results 1 – 1 of 1) sorted by relevance
9809 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