HomeSort by relevance Sort by last modified time
    Searched refs:isAddSExtable (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
LoopStrengthReduce.cpp 420 /// isAddSExtable - Return true if the given add can be sign-extended
422 static bool isAddSExtable(const SCEVAddExpr *A, ScalarEvolution &SE) {
493 if (IgnoreSignificantBits || isAddSExtable(Add, SE)) {
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp 517 static bool isAddSExtable(const SCEVAddExpr *A, ScalarEvolution &SE) {
587 if (IgnoreSignificantBits || isAddSExtable(Add, SE)) {
    [all...]

Completed in 69 milliseconds