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

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
ConstantRange.h 114 static ConstantRange makeSatisfyingICmpRegion(CmpInst::Predicate Pred,
  /src/external/apache2/llvm/dist/llvm/lib/IR/
ConstantRange.cpp 128 ConstantRange ConstantRange::makeSatisfyingICmpRegion(CmpInst::Predicate Pred,
141 // by makeAllowedICmpRegion and makeSatisfyingICmpRegion. This is always true
146 assert(makeAllowedICmpRegion(Pred, C) == makeSatisfyingICmpRegion(Pred, C));
186 return makeSatisfyingICmpRegion(Pred, Other).contains(*this);
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
ValueTracking.cpp 6983 ConstantRange::makeSatisfyingICmpRegion(Cmp->getPredicate(), RHS));

Completed in 26 milliseconds