Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueTracking.h949 computeConstantRangeIncludingKnownBits(const WithCache<const Value *> &V,
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp6958 llvm::computeConstantRangeIncludingKnownBits(const WithCache<const Value *> &V, in computeConstantRangeIncludingKnownBits() function in llvm
7029 computeConstantRangeIncludingKnownBits(LHS, /*ForSigned=*/false, SQ); in computeOverflowForUnsignedAdd()
7031 computeConstantRangeIncludingKnownBits(RHS, /*ForSigned=*/false, SQ); in computeOverflowForUnsignedAdd()
7062 computeConstantRangeIncludingKnownBits(LHS, /*ForSigned=*/true, SQ); in computeOverflowForSignedAdd()
7064 computeConstantRangeIncludingKnownBits(RHS, /*ForSigned=*/true, SQ); in computeOverflowForSignedAdd()
7124 computeConstantRangeIncludingKnownBits(LHS, /*ForSigned=*/false, SQ); in computeOverflowForUnsignedSub()
7126 computeConstantRangeIncludingKnownBits(RHS, /*ForSigned=*/false, SQ); in computeOverflowForUnsignedSub()
7153 computeConstantRangeIncludingKnownBits(LHS, /*ForSigned=*/true, SQ); in computeOverflowForSignedSub()
7155 computeConstantRangeIncludingKnownBits(RHS, /*ForSigned=*/true, SQ); in computeOverflowForSignedSub()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1900 ConstantRange LHS_CR = computeConstantRangeIncludingKnownBits( in visitCallInst()