Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/unittests/Support/
DMathExtrasTest.cpp98 TEST(MathExtras, RoundUpToAlignment) { in TEST() argument
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DMathExtras.h428 inline uint64_t RoundUpToAlignment(uint64_t Value, uint64_t Align) { in RoundUpToAlignment() function