Home
last modified time | relevance | path

Searched refs:unsignedMulMayOverflow (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.h484 OverflowResult unsignedMulMayOverflow(const ConstantRange &Other) const;
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
H A DConstantRange.h555 OverflowResult unsignedMulMayOverflow(const ConstantRange &Other) const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/
DConstantRange.h566 OverflowResult unsignedMulMayOverflow(const ConstantRange &Other) const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/
DConstantRange.h566 OverflowResult unsignedMulMayOverflow(const ConstantRange &Other) const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/
DConstantRange.h566 OverflowResult unsignedMulMayOverflow(const ConstantRange &Other) const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/
DConstantRange.h566 OverflowResult unsignedMulMayOverflow(const ConstantRange &Other) const;
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DConstantRange.cpp1522 ConstantRange::OverflowResult ConstantRange::unsignedMulMayOverflow( in unsignedMulMayOverflow() function in ConstantRange
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A DConstantRange.cpp1762 ConstantRange::OverflowResult ConstantRange::unsignedMulMayOverflow( in unsignedMulMayOverflow() function in ConstantRange
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DValueTracking.cpp4184 return mapOverflowResult(LHSRange.unsignedMulMayOverflow(RHSRange)); in computeOverflowForUnsignedMul()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DValueTracking.cpp4964 return mapOverflowResult(LHSRange.unsignedMulMayOverflow(RHSRange)); in computeOverflowForUnsignedMul()