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

/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp433 /// isAddSExtable - Return true if the given add can be sign-extended
435 static bool isAddSExtable(const SCEVAddExpr *A, ScalarEvolution &SE) { function
506 if (IgnoreSignificantBits || isAddSExtable(Add, SE)) {

Completed in 133 milliseconds