HomeSort by: relevance | last modified time | path
    Searched refs:hasNoSelfWrap (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
LoopPeel.cpp 233 if (!(ICmpInst::isEquality(Pred) && LeftAR->hasNoSelfWrap()) &&
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
ScalarEvolutionExpressions.h 227 bool hasNoSelfWrap() const {
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
ScalarEvolution.cpp 294 if (AR->hasNoSelfWrap() &&
5958 AddRec->hasNoSelfWrap()) {
6147 assert(AddRec->hasNoSelfWrap() &&
9261 if (ControlsExit && AddRec->hasNoSelfWrap() &&

Completed in 22 milliseconds