Home
last modified time | relevance | path

Searched refs:PowerOf2Size (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGAtomic.cpp1025 bool PowerOf2Size = (Size & (Size - 1)) == 0; in EmitAtomicExpr() local
1026 bool UseLibcall = !PowerOf2Size || (Size > 16); in EmitAtomicExpr()