Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DValueTracking.cpp4646 static ConstantRange computeConstantRangeIncludingKnownBits( in computeConstantRangeIncludingKnownBits() function
4719 ConstantRange LHSRange = computeConstantRangeIncludingKnownBits( in computeOverflowForUnsignedAdd()
4722 ConstantRange RHSRange = computeConstantRangeIncludingKnownBits( in computeOverflowForUnsignedAdd()
4757 ConstantRange LHSRange = computeConstantRangeIncludingKnownBits( in computeOverflowForSignedAdd()
4759 ConstantRange RHSRange = computeConstantRangeIncludingKnownBits( in computeOverflowForSignedAdd()
4807 ConstantRange LHSRange = computeConstantRangeIncludingKnownBits( in computeOverflowForUnsignedSub()
4809 ConstantRange RHSRange = computeConstantRangeIncludingKnownBits( in computeOverflowForUnsignedSub()
4826 ConstantRange LHSRange = computeConstantRangeIncludingKnownBits( in computeOverflowForSignedSub()
4828 ConstantRange RHSRange = computeConstantRangeIncludingKnownBits( in computeOverflowForSignedSub()