Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp2011 Value *TripCountVal = expand(ExitCount, Loc); in generateOverflowCheck() local
2042 Value *TruncTripCount = Builder.CreateZExtOrTrunc(TripCountVal, Ty); in generateOverflowCheck()
2100 Builder.CreateICmp(ICmpInst::ICMP_UGT, TripCountVal, in generateOverflowCheck()