Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DCompiler.h291 # define LLVM_ASSUME_ALIGNED(p, a) __builtin_assume_aligned(p, a) macro
293 # define LLVM_ASSUME_ALIGNED(p, a) \ macro
296 # define LLVM_ASSUME_ALIGNED(p, a) (p) macro