Home
last modified time | relevance | path

Searched defs:divideNearest (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DMathExtras.h549 inline uint64_t divideNearest(uint64_t Numerator, uint64_t Denominator) { in divideNearest() function
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DSelectOptimize.cpp675 static InstructionCost divideNearest(InstructionCost Numerator, in divideNearest() function