Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/IR/
DConstantRange.h510 OverflowResult unsignedMulMayOverflow(const ConstantRange &Other) const;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DConstantRange.h484 OverflowResult unsignedMulMayOverflow(const ConstantRange &Other) const;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstantRange.cpp1522 ConstantRange::OverflowResult ConstantRange::unsignedMulMayOverflow( in unsignedMulMayOverflow() function in ConstantRange
/external/llvm-project/llvm/lib/IR/
DConstantRange.cpp1635 ConstantRange::OverflowResult ConstantRange::unsignedMulMayOverflow( in unsignedMulMayOverflow() function in ConstantRange
/external/llvm-project/llvm/unittests/IR/
DConstantRangeTest.cpp2163 return CR1.unsignedMulMayOverflow(CR2); in TEST_F()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DValueTracking.cpp4184 return mapOverflowResult(LHSRange.unsignedMulMayOverflow(RHSRange)); in computeOverflowForUnsignedMul()
/external/llvm-project/llvm/lib/Analysis/
DValueTracking.cpp4494 return mapOverflowResult(LHSRange.unsignedMulMayOverflow(RHSRange)); in computeOverflowForUnsignedMul()