Home
last modified time | relevance | path

Searched refs:HasNoSignedWrap (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
DInductiveRangeCheckElimination.cpp688 auto HasNoSignedWrap = [&](const SCEVAddRecExpr *AR) { in parseLoopStructure() local
721 if (!HasNoSignedWrap(AR)) in parseLoopStructure()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DInductiveRangeCheckElimination.cpp902 auto HasNoSignedWrap = [&](const SCEVAddRecExpr *AR) { in parseLoopStructure() local
943 if (ICI->isEquality() && !HasNoSignedWrap(IndVarBase)) { in parseLoopStructure()