Home
last modified time | relevance | path

Searched refs:makeConstantRange (Results 1 – 6 of 6) sorted by relevance

/NextBSD/contrib/llvm/lib/Analysis/
HDLazyValueInfo.cpp1215 ICmpInst::makeConstantRange((ICmpInst::Predicate)Pred, CI->getValue()); in getPredicateResult()
HDInstructionSimplify.cpp2252 ConstantRange RHS_CR = ICmpInst::makeConstantRange(Pred, CI->getValue()); in SimplifyICmpInst()
HDScalarEvolution.cpp5152 ICmpInst::makeConstantRange(Cond, RHSC->getValue()->getValue())); in ComputeExitLimitFromICmp()
/NextBSD/contrib/llvm/include/llvm/IR/
HDInstructions.h1210 static ConstantRange makeConstantRange(Predicate pred, const APInt &C);
/NextBSD/contrib/llvm/lib/IR/
HDInstructions.cpp3109 ICmpInst::makeConstantRange(Predicate pred, const APInt &C) { in makeConstantRange() function in ICmpInst
/NextBSD/contrib/llvm/lib/Transforms/InstCombine/
HDInstCombineCompares.cpp1706 ConstantRange CR = ICI.makeConstantRange(ICI.getPredicate(), RHSV) in visitICmpInstWithInstAndIntCst()