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

  /external/llvm/lib/Analysis/
ScalarEvolutionAliasAnalysis.cpp 56 if (ASizeInt.ule(SE.getUnsignedRange(BA).getUnsignedMin()) &&
57 (-BSizeInt).uge(SE.getUnsignedRange(BA).getUnsignedMax()))
70 if (BSizeInt.ule(SE.getUnsignedRange(AB).getUnsignedMin()) &&
71 (-ASizeInt).uge(SE.getUnsignedRange(AB).getUnsignedMax()))
ScalarEvolution.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
PlaceSafepoints.cpp 261 SE->getUnsignedRange(MaxTrips).getUnsignedMax().isIntN(
273 SE->getUnsignedRange(MaxExec).getUnsignedMax().isIntN(
    [all...]
InductiveRangeCheckElimination.cpp 641 SE.getUnsignedRange(S).contains(SMax);
648 SE.getUnsignedRange(S).contains(SMin);
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
SafeStack.cpp 216 ConstantRange AccessStartRange = SE->getUnsignedRange(Expr);
229 << " U: " << SE->getUnsignedRange(Expr)
  /external/llvm/include/llvm/Analysis/
ScalarEvolution.h     [all...]

Completed in 448 milliseconds