Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp2507 Value *TripCountVal = expandCodeForImpl(ExitCount, CountTy, Loc, false); in generateOverflowCheck() local
2530 Value *TruncTripCount = Builder.CreateZExtOrTrunc(TripCountVal, Ty); in generateOverflowCheck()
2571 Builder.CreateICmp(ICmpInst::ICMP_UGT, TripCountVal, in generateOverflowCheck()