Searched refs:ForSigned (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
| H A D | ValueTracking.h | 559 ConstantRange computeConstantRange(const Value *V, bool ForSigned,
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | ValueTracking.cpp | 4942 const Value *V, bool ForSigned, const DataLayout &DL, unsigned Depth, in computeConstantRangeIncludingKnownBits() argument 4947 ConstantRange CR1 = ConstantRange::fromKnownBits(Known, ForSigned); in computeConstantRangeIncludingKnownBits() 4950 ForSigned ? ConstantRange::Signed : ConstantRange::Unsigned; in computeConstantRangeIncludingKnownBits() 7405 ConstantRange llvm::computeConstantRange(const Value *V, bool ForSigned, in computeConstantRange() argument 7424 setLimitsForBinOp(*BO, Lower, Upper, IIQ, ForSigned); in computeConstantRange()
|