Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DConstantRange.h481 OverflowResult signedSubMayOverflow(const ConstantRange &Other) const;
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
DConstantRange.h552 OverflowResult signedSubMayOverflow(const ConstantRange &Other) const;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstantRange.cpp1492 ConstantRange::OverflowResult ConstantRange::signedSubMayOverflow( in signedSubMayOverflow() function in ConstantRange
/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
DConstantRange.cpp1732 ConstantRange::OverflowResult ConstantRange::signedSubMayOverflow( in signedSubMayOverflow() function in ConstantRange
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DValueTracking.cpp4335 return mapOverflowResult(LHSRange.signedSubMayOverflow(RHSRange)); in computeOverflowForSignedSub()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
DValueTracking.cpp5154 return mapOverflowResult(LHSRange.signedSubMayOverflow(RHSRange)); in computeOverflowForSignedSub()