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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DStraightLineStrengthReduce.cpp283 static bool isAddFoldable(const SCEV *Base, ConstantInt *Index, Value *Stride, function
295 return isAddFoldable(C.Base, C.Index, C.Stride, TTI);

Completed in 105 milliseconds