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