Home
last modified time | relevance | path

Searched refs:makeSatisfyingICmpRegion (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DConstantRange.h114 static ConstantRange makeSatisfyingICmpRegion(CmpInst::Predicate Pred,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstantRange.cpp128 ConstantRange ConstantRange::makeSatisfyingICmpRegion(CmpInst::Predicate Pred, in makeSatisfyingICmpRegion() function in ConstantRange
146 assert(makeAllowedICmpRegion(Pred, C) == makeSatisfyingICmpRegion(Pred, C)); in makeExactICmpRegion()
186 return makeSatisfyingICmpRegion(Pred, Other).contains(*this); in icmp()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DValueTracking.cpp6983 ConstantRange::makeSatisfyingICmpRegion(Cmp->getPredicate(), RHS)); in computeConstantRange()