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

/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp425 /// isAddRecSExtable - Return true if the given addrec can be sign-extended
427 static bool isAddRecSExtable(const SCEVAddRecExpr *AR, ScalarEvolution &SE) { function
489 if (IgnoreSignificantBits || isAddRecSExtable(AR, SE)) {

Completed in 109 milliseconds