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.cpp2353 APInt PreLoopThreshold; in recognizeShiftUntilLessThan() local
2354 if (matchShiftULTCondition(PreCondBI, PH, PreLoopThreshold) != InitX || in recognizeShiftUntilLessThan()
2355 PreLoopThreshold != 2) in recognizeShiftUntilLessThan()