Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DLazyValueInfo.cpp1215 ICmpInst::makeConstantRange((ICmpInst::Predicate)Pred, CI->getValue()); in getPredicateResult()
DInstructionSimplify.cpp2238 ConstantRange RHS_CR = ICmpInst::makeConstantRange(Pred, CI->getValue()); in SimplifyICmpInst()
DScalarEvolution.cpp5123 ICmpInst::makeConstantRange(Cond, RHSC->getValue()->getValue())); in ComputeExitLimitFromICmp()
/external/llvm/include/llvm/IR/
DInstructions.h1135 static ConstantRange makeConstantRange(Predicate pred, const APInt &C);
/external/llvm/lib/IR/
DInstructions.cpp3151 ICmpInst::makeConstantRange(Predicate pred, const APInt &C) { in makeConstantRange() function in ICmpInst
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp1706 ConstantRange CR = ICI.makeConstantRange(ICI.getPredicate(), RHSV) in visitICmpInstWithInstAndIntCst()