Searched defs:umul_ov (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/llvm/unittests/ADT/ |
D | APIntTest.cpp | 2699 TEST(APIntTest, umul_ov) { in TEST() argument
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | APInt.cpp | 2025 APInt APInt::umul_ov(const APInt &RHS, bool &Overflow) const { in umul_ov() function in APInt
|
/external/llvm/lib/Support/ |
D | APInt.cpp | 2051 APInt APInt::umul_ov(const APInt &RHS, bool &Overflow) const { in umul_ov() function in APInt
|
/external/llvm-project/llvm/lib/Support/ |
D | APInt.cpp | 1997 APInt APInt::umul_ov(const APInt &RHS, bool &Overflow) const { in umul_ov() function in APInt
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | APInt.cpp | 1998 APInt APInt::umul_ov(const APInt &RHS, bool &Overflow) const { in umul_ov() function in APInt
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 2382 static uint64_t umul_ov(uint64_t i, uint64_t j, bool &Overflow) { in umul_ov() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 2859 static uint64_t umul_ov(uint64_t i, uint64_t j, bool &Overflow) { in umul_ov() function
|
/external/llvm-project/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 2740 static uint64_t umul_ov(uint64_t i, uint64_t j, bool &Overflow) { in umul_ov() function
|