Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DLazyValueInfo.cpp1277 ICmpInst::makeConstantRange((ICmpInst::Predicate)Pred, CI->getValue()); in getPredicateResult()
DInstructionSimplify.cpp2268 ConstantRange RHS_CR = ICmpInst::makeConstantRange(Pred, CI->getValue()); in SimplifyICmpInst()
DScalarEvolution.cpp5485 ICmpInst::makeConstantRange(Cond, RHSC->getAPInt())); in computeExitLimitFromICmp()
/external/llvm/include/llvm/IR/
DInstructions.h1220 static ConstantRange makeConstantRange(Predicate pred, const APInt &C);
/external/llvm/lib/IR/
DInstructions.cpp3424 ICmpInst::makeConstantRange(Predicate pred, const APInt &C) { in makeConstantRange() function in ICmpInst
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp1812 ConstantRange CR = ICI.makeConstantRange(ICI.getPredicate(), RHSV) in visitICmpInstWithInstAndIntCst()