Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp2044 APInt PreLoopThreshold; in recognizeShiftUntilLessThan() local
2045 if (matchShiftULTCondition(PreCondBI, PH, PreLoopThreshold) != InitX || in recognizeShiftUntilLessThan()
2046 PreLoopThreshold != 2) in recognizeShiftUntilLessThan()