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

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

Completed in 63 milliseconds