Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DConstantRange.h475 OverflowResult signedAddMayOverflow(const ConstantRange &Other) const;
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
H A DConstantRange.h546 OverflowResult signedAddMayOverflow(const ConstantRange &Other) const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/
DConstantRange.h557 OverflowResult signedAddMayOverflow(const ConstantRange &Other) const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/
DConstantRange.h557 OverflowResult signedAddMayOverflow(const ConstantRange &Other) const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/
DConstantRange.h557 OverflowResult signedAddMayOverflow(const ConstantRange &Other) const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/
DConstantRange.h557 OverflowResult signedAddMayOverflow(const ConstantRange &Other) const;
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DStackSafetyAnalysis.cpp81 if (L.signedAddMayOverflow(R) != in addOverflowNever()
H A DValueTracking.cpp5057 mapOverflowResult(LHSRange.signedAddMayOverflow(RHSRange)); in computeOverflowForSignedAdd()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DConstantRange.cpp1446 ConstantRange::OverflowResult ConstantRange::signedAddMayOverflow( in signedAddMayOverflow() function in ConstantRange
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A DConstantRange.cpp1686 ConstantRange::OverflowResult ConstantRange::signedAddMayOverflow( in signedAddMayOverflow() function in ConstantRange
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DValueTracking.cpp4277 mapOverflowResult(LHSRange.signedAddMayOverflow(RHSRange)); in computeOverflowForSignedAdd()