Searched refs:NumActiveElems (Results 1 – 1 of 1) sorted by relevance
5540 APInt NumActiveElems = in optimizeIncrementingWhile() local5547 APInt One(NumActiveElems.getBitWidth(), 1, IsSigned); in optimizeIncrementingWhile()5548 NumActiveElems = IsSigned ? NumActiveElems.sadd_ov(One, Overflow) in optimizeIncrementingWhile()5549 : NumActiveElems.uadd_ov(One, Overflow); in optimizeIncrementingWhile()5555 getSVEPredPatternFromNumElements(NumActiveElems.getZExtValue()); in optimizeIncrementingWhile()5560 NumActiveElems.getZExtValue() <= (MinSVEVectorSize / ElementSize)) in optimizeIncrementingWhile()