Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DAlignment.h117 struct MaybeAlign : public llvm::Optional<Align> { struct
127 MaybeAlign &operator=(const MaybeAlign &Other) = default; argument
129 MaybeAlign &operator=(MaybeAlign &&Other) = default; argument
134 explicit MaybeAlign(uint64_t Value) { in MaybeAlign() argument
152 inline bool isAligned(MaybeAlign Lhs, uint64_t SizeInBytes) { in isAligned() argument