Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DConstantRange.h481 OverflowResult signedSubMayOverflow(const ConstantRange &Other) const;
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
H A DConstantRange.h552 OverflowResult signedSubMayOverflow(const ConstantRange &Other) const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/
DConstantRange.h563 OverflowResult signedSubMayOverflow(const ConstantRange &Other) const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/
DConstantRange.h563 OverflowResult signedSubMayOverflow(const ConstantRange &Other) const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/
DConstantRange.h563 OverflowResult signedSubMayOverflow(const ConstantRange &Other) const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/
DConstantRange.h563 OverflowResult signedSubMayOverflow(const ConstantRange &Other) const;
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DConstantRange.cpp1492 ConstantRange::OverflowResult ConstantRange::signedSubMayOverflow( in signedSubMayOverflow() function in ConstantRange
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A DConstantRange.cpp1732 ConstantRange::OverflowResult ConstantRange::signedSubMayOverflow( in signedSubMayOverflow() function in ConstantRange
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DValueTracking.cpp4335 return mapOverflowResult(LHSRange.signedSubMayOverflow(RHSRange)); in computeOverflowForSignedSub()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DValueTracking.cpp5154 return mapOverflowResult(LHSRange.signedSubMayOverflow(RHSRange)); in computeOverflowForSignedSub()