Searched refs:PowerOf2Size (Results 1 – 1 of 1) sorted by relevance
1025 bool PowerOf2Size = (Size & (Size - 1)) == 0; in EmitAtomicExpr() local1026 bool UseLibcall = !PowerOf2Size || (Size > 16); in EmitAtomicExpr()