Home
last modified time | relevance | path

Searched defs:offsetToAlignment (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/llvm/include/llvm/Support/
DAlignment.h206 inline uint64_t offsetToAlignment(uint64_t Value, Align Alignment) { in offsetToAlignment() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DAlignment.h193 inline uint64_t offsetToAlignment(uint64_t Value, Align Alignment) { in offsetToAlignment() function
/external/llvm-project/llvm/unittests/Support/
DAlignmentTest.cpp213 TEST(AlignmentTest, offsetToAlignment) { in TEST() argument