Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/CodeGen/AVR/
H A Dexpand-integer-failure.ll14 %bool_result = uitofp i1 %cmp_result to double
15 %result = fcmp one double 0.000000e+00, %bool_result
/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_affinity.h1064 kmp_int8 bool_result = KMP_COMPARE_AND_STORE_ACQ8( in init() local
1066 if (bool_result == 0) { // Wait for initialization in init()
1071 KMP_DEBUG_ASSERT(bool_result == 1); in init()
1138 kmp_int8 bool_result = KMP_COMPARE_AND_STORE_ACQ8(&resizing, 0, 1); in resize() local
1139 while (bool_result == 0) { // someone else is trying to resize in resize()
1144 bool_result = KMP_COMPARE_AND_STORE_ACQ8(&resizing, 0, 1); in resize()
1146 KMP_DEBUG_ASSERT(bool_result != 0); in resize()