Searched refs:ForSigned (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | ValueTracking.h | 667 LLVM_ABI ConstantRange computeConstantRange(const Value *V, bool ForSigned, 676 const WithCache<const Value *> &V, bool ForSigned, const SimplifyQuery &SQ);
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ValueTracking.cpp | 7074 bool ForSigned, in computeConstantRangeIncludingKnownBits() argument 7077 ConstantRange::fromKnownBits(V.getKnownBits(SQ), ForSigned); in computeConstantRangeIncludingKnownBits() 7078 ConstantRange CR2 = computeConstantRange(V, ForSigned, SQ.IIQ.UseInstrInfo); in computeConstantRangeIncludingKnownBits() 7080 ForSigned ? ConstantRange::Signed : ConstantRange::Unsigned; in computeConstantRangeIncludingKnownBits() 9990 ConstantRange llvm::computeConstantRange(const Value *V, bool ForSigned, in computeConstantRange() argument 10010 setLimitsForBinOp(*BO, Lower, Upper, IIQ, ForSigned); in computeConstantRange() 10016 SI->getTrueValue(), ForSigned, UseInstrInfo, AC, CtxI, DT, Depth + 1); in computeConstantRange() 10018 SI->getFalseValue(), ForSigned, UseInstrInfo, AC, CtxI, DT, Depth + 1); in computeConstantRange()
|