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.h272 # define LLVM_ASSUME_ALIGNED(p, a) __builtin_assume_aligned(p, a) macro
275 # define LLVM_ASSUME_ALIGNED(p, a) \ macro
278 # define LLVM_ASSUME_ALIGNED(p, a) (p) macro