Searched refs:LLVMAtomicOrderingNotAtomic (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/contrib/llvm/include/llvm-c/
H A DCore.h357 LLVMAtomicOrderingNotAtomic = 0, /**< A load or store which is not atomic */ enumerator in enum:__anon2173
/freebsd-10.2-release/contrib/llvm/lib/IR/
H A DCore.cpp2481 case LLVMAtomicOrderingNotAtomic: intordering = NotAtomic; break;

Completed in 66 milliseconds