Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DValueTracking.cpp4161 static ConstantRange computeConstantRangeIncludingKnownBits( in computeConstantRangeIncludingKnownBits() function
4234 ConstantRange LHSRange = computeConstantRangeIncludingKnownBits( in computeOverflowForUnsignedAdd()
4237 ConstantRange RHSRange = computeConstantRangeIncludingKnownBits( in computeOverflowForUnsignedAdd()
4272 ConstantRange LHSRange = computeConstantRangeIncludingKnownBits( in computeOverflowForSignedAdd()
4274 ConstantRange RHSRange = computeConstantRangeIncludingKnownBits( in computeOverflowForSignedAdd()
4312 ConstantRange LHSRange = computeConstantRangeIncludingKnownBits( in computeOverflowForUnsignedSub()
4314 ConstantRange RHSRange = computeConstantRangeIncludingKnownBits( in computeOverflowForUnsignedSub()
4331 ConstantRange LHSRange = computeConstantRangeIncludingKnownBits( in computeOverflowForSignedSub()
4333 ConstantRange RHSRange = computeConstantRangeIncludingKnownBits( in computeOverflowForSignedSub()