Searched defs:isAddSExtable (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp444 /// isAddSExtable - Return true if the given add can be sign-extended
446 static bool isAddSExtable(const SCEVAddExpr *A, ScalarEvolution &SE) { function
517 if (IgnoreSignificantBits || isAddSExtable(Add, SE)) {

Completed in 39 milliseconds