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

  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
LoopStrengthReduce.cpp 412 /// isAddRecSExtable - Return true if the given addrec can be sign-extended
414 static bool isAddRecSExtable(const SCEVAddRecExpr *AR, ScalarEvolution &SE) {
476 if (IgnoreSignificantBits || isAddRecSExtable(AR, SE)) {
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp 509 static bool isAddRecSExtable(const SCEVAddRecExpr *AR, ScalarEvolution &SE) {
570 if (IgnoreSignificantBits || isAddRecSExtable(AR, SE)) {
    [all...]

Completed in 253 milliseconds