Home
last modified time | relevance | path

Searched defs:umul_ov (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/llvm/unittests/ADT/
DAPIntTest.cpp2699 TEST(APIntTest, umul_ov) { in TEST() argument
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DAPInt.cpp2025 APInt APInt::umul_ov(const APInt &RHS, bool &Overflow) const { in umul_ov() function in APInt
/external/llvm/lib/Support/
DAPInt.cpp2051 APInt APInt::umul_ov(const APInt &RHS, bool &Overflow) const { in umul_ov() function in APInt
/external/llvm-project/llvm/lib/Support/
DAPInt.cpp1997 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/
DAPInt.cpp1998 APInt APInt::umul_ov(const APInt &RHS, bool &Overflow) const { in umul_ov() function in APInt
/external/llvm/lib/Analysis/
DScalarEvolution.cpp2382 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/
DScalarEvolution.cpp2859 static uint64_t umul_ov(uint64_t i, uint64_t j, bool &Overflow) { in umul_ov() function
/external/llvm-project/llvm/lib/Analysis/
DScalarEvolution.cpp2740 static uint64_t umul_ov(uint64_t i, uint64_t j, bool &Overflow) { in umul_ov() function