Home
last modified time | relevance | path

Searched refs:ForSigned (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueTracking.h940 ConstantRange computeConstantRange(const Value *V, bool ForSigned,
950 bool ForSigned, const SimplifyQuery &SQ);
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp6959 bool ForSigned, in computeConstantRangeIncludingKnownBits() argument
6962 ConstantRange::fromKnownBits(V.getKnownBits(SQ), ForSigned); in computeConstantRangeIncludingKnownBits()
6963 ConstantRange CR2 = computeConstantRange(V, ForSigned, SQ.IIQ.UseInstrInfo); in computeConstantRangeIncludingKnownBits()
6965 ForSigned ? ConstantRange::Signed : ConstantRange::Unsigned; in computeConstantRangeIncludingKnownBits()
9686 ConstantRange llvm::computeConstantRange(const Value *V, bool ForSigned, in computeConstantRange() argument
9706 setLimitsForBinOp(*BO, Lower, Upper, IIQ, ForSigned); in computeConstantRange()
9712 SI->getTrueValue(), ForSigned, UseInstrInfo, AC, CtxI, DT, Depth + 1); in computeConstantRange()
9714 SI->getFalseValue(), ForSigned, UseInstrInfo, AC, CtxI, DT, Depth + 1); in computeConstantRange()