Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp4688 static ConstantRange computeConstantRangeIncludingKnownBits( in computeConstantRangeIncludingKnownBits() function
4761 ConstantRange LHSRange = computeConstantRangeIncludingKnownBits( in computeOverflowForUnsignedAdd()
4764 ConstantRange RHSRange = computeConstantRangeIncludingKnownBits( in computeOverflowForUnsignedAdd()
4799 ConstantRange LHSRange = computeConstantRangeIncludingKnownBits( in computeOverflowForSignedAdd()
4801 ConstantRange RHSRange = computeConstantRangeIncludingKnownBits( in computeOverflowForSignedAdd()
4849 ConstantRange LHSRange = computeConstantRangeIncludingKnownBits( in computeOverflowForUnsignedSub()
4851 ConstantRange RHSRange = computeConstantRangeIncludingKnownBits( in computeOverflowForUnsignedSub()
4868 ConstantRange LHSRange = computeConstantRangeIncludingKnownBits( in computeOverflowForSignedSub()
4870 ConstantRange RHSRange = computeConstantRangeIncludingKnownBits( in computeOverflowForSignedSub()