Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp2056 Value *TripCountVal = expandCodeFor(ExitCount, CountTy, Loc); in generateOverflowCheck() local
2074 Value *TruncTripCount = Builder.CreateZExtOrTrunc(TripCountVal, Ty); in generateOverflowCheck()
2105 Builder.CreateICmp(ICmpInst::ICMP_UGT, TripCountVal, in generateOverflowCheck()