Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp5375 APInt NumActiveElems = in optimizeIncrementingWhile() local
5382 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()