Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp1059 const SCEV *TripCountS = nullptr; in getTripCount() local
1071 TripCountS = SE->getZeroExtendExpr( in getTripCount()
1075 TripCountS = SE->getAddExpr(SE->getTruncateOrZeroExtend(BECount, IntPtr), in getTripCount()
1079 return TripCountS; in getTripCount()