Searched refs:MaxUIntTripCount (Results 1 – 1 of 1) sorted by relevance
2317 APInt MaxUIntTripCount = cast<IntegerType>(IdxTy)->getMask(); in isIndvarOverflowCheckKnownFalse() local2333 return (MaxUIntTripCount - TC).ugt(MaxVF * MaxUF); in isIndvarOverflowCheckKnownFalse()2500 Value *MaxUIntTripCount = in emitIterationCountCheck() local2502 Value *LHS = Builder.CreateSub(MaxUIntTripCount, Count); in emitIterationCountCheck()