Searched refs:TripCountVal (Results 1 – 1 of 1) sorted by relevance
2056 Value *TripCountVal = expandCodeFor(ExitCount, CountTy, Loc); in generateOverflowCheck() local2074 Value *TruncTripCount = Builder.CreateZExtOrTrunc(TripCountVal, Ty); in generateOverflowCheck()2105 Builder.CreateICmp(ICmpInst::ICMP_UGT, TripCountVal, in generateOverflowCheck()