Searched defs:Quo (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/unittests/ADT/ | ||
H A D | APIntTest.cpp | 2975 APInt Quo = APIntOps::RoundingUDiv(A, B, APInt::Rounding::UP); TEST() local |
/llvm-project/llvm/lib/Support/ | ||
H A D | APInt.cpp | 2740 APInt Quo, Rem; RoundingUDiv() local |