Searched refs:isSimplestForm (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DStraightLineStrengthReduce.cpp179 bool isSimplestForm(const Candidate &C);
312 bool StraightLineStrengthReduce::isSimplestForm(const Candidate &C) { function in class:StraightLineStrengthReduce
353 if (!isFoldable(C, TTI, DL) && !isSimplestForm(C)) {

Completed in 98 milliseconds