Searched refs:computeConstantRangeIncludingKnownBits (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | ValueTracking.h | 873 computeConstantRangeIncludingKnownBits(const WithCache<const Value *> &V,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ValueTracking.cpp | 6287 llvm::computeConstantRangeIncludingKnownBits(const WithCache<const Value *> &V, in computeConstantRangeIncludingKnownBits() function in llvm 6352 computeConstantRangeIncludingKnownBits(LHS, /*ForSigned=*/false, SQ); in computeOverflowForUnsignedAdd() 6354 computeConstantRangeIncludingKnownBits(RHS, /*ForSigned=*/false, SQ); in computeOverflowForUnsignedAdd() 6385 computeConstantRangeIncludingKnownBits(LHS, /*ForSigned=*/true, SQ); in computeOverflowForSignedAdd() 6387 computeConstantRangeIncludingKnownBits(RHS, /*ForSigned=*/true, SQ); in computeOverflowForSignedAdd() 6447 computeConstantRangeIncludingKnownBits(LHS, /*ForSigned=*/false, SQ); in computeOverflowForUnsignedSub() 6449 computeConstantRangeIncludingKnownBits(RHS, /*ForSigned=*/false, SQ); in computeOverflowForUnsignedSub() 6476 computeConstantRangeIncludingKnownBits(LHS, /*ForSigned=*/true, SQ); in computeOverflowForSignedSub() 6478 computeConstantRangeIncludingKnownBits(RHS, /*ForSigned=*/true, SQ); in computeOverflowForSignedSub()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCalls.cpp | 1808 ConstantRange LHS_CR = computeConstantRangeIncludingKnownBits( in visitCallInst()
|