Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DValueTracking.h549 ConstantRange computeConstantRange(const Value *V, bool UseInstrInfo = true,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DValueTracking.cpp4653 ConstantRange CR2 = computeConstantRange(V, UseInstrInfo); in computeConstantRangeIncludingKnownBits()
6932 ConstantRange llvm::computeConstantRange(const Value *V, bool UseInstrInfo, in computeConstantRange() function in llvm
6980 ConstantRange RHS = computeConstantRange(Cmp->getOperand(1), UseInstrInfo, in computeConstantRange()
H A DInstructionSimplify.cpp2774 ConstantRange LHS_CR = computeConstantRange(LHS, IIQ.UseInstrInfo); in simplifyICmpWithConstant()