Searched refs:NumActiveElems (Results 1 – 1 of 1) sorted by relevance
5375 APInt NumActiveElems = in optimizeIncrementingWhile() local5382 APInt One(NumActiveElems.getBitWidth(), 1, IsSigned); in optimizeIncrementingWhile()5383 NumActiveElems = IsSigned ? NumActiveElems.sadd_ov(One, Overflow) in optimizeIncrementingWhile()5384 : NumActiveElems.uadd_ov(One, Overflow); in optimizeIncrementingWhile()5390 getSVEPredPatternFromNumElements(NumActiveElems.getZExtValue()); in optimizeIncrementingWhile()5395 NumActiveElems.getZExtValue() <= (MinSVEVectorSize / ElementSize)) in optimizeIncrementingWhile()