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

  /external/llvm/include/llvm/ADT/
APInt.h 332 bool isStrictlyPositive() const { return isNonNegative() && !!*this; }
    [all...]
  /external/llvm/lib/Analysis/
LoopAccessAnalysis.cpp 760 assert(Val.isStrictlyPositive() && "Expect a positive value");
    [all...]
ScalarEvolution.cpp     [all...]
InstructionSimplify.cpp     [all...]
ValueTracking.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopRerollPass.cpp 487 if (!IncSCEV->getValue()->getValue().isStrictlyPositive())
    [all...]
LoopStrengthReduce.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp     [all...]
  /external/clang/lib/Sema/
SemaOpenMP.cpp     [all...]
SemaDeclAttr.cpp 550 if(!ArgValue.isStrictlyPositive() || ParamIdxFromOne > NumParams) {
    [all...]
SemaExpr.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]

Completed in 367 milliseconds