Searched refs:not_value (Results 1 – 3 of 3) sorted by relevance
/external/llvm/test/Transforms/InstCombine/ |
D | max-of-nots.ll | 41 %not_value = sub i32 3, %x 43 %cmp = icmp sgt i32 %not_value, %not_y 44 %not_min = select i1 %cmp, i32 %not_value, i32 %not_y 59 %not_value = sub i32 3, %x 60 call void @fake_use(i32 %not_value) 62 %cmp = icmp sgt i32 %not_value, %not_y 63 ; CHECK: %not_value = sub i32 3, %x 64 ; CHECK: %cmp = icmp sgt i32 %not_value, %not_y 65 %not_min = select i1 %cmp, i32 %not_value, i32 %not_y
|
/external/llvm-project/llvm/test/Transforms/InstCombine/ |
D | max-of-nots.ll | 193 %not_value = sub i32 3, %x 195 %cmp = icmp sgt i32 %not_value, %not_y 196 %not_min = select i1 %cmp, i32 %not_value, i32 %not_y 211 %not_value = sub i32 3, %x 212 call void @fake_use(i32 %not_value) 214 %cmp = icmp sgt i32 %not_value, %not_y 215 %not_min = select i1 %cmp, i32 %not_value, i32 %not_y
|
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/ |
D | rx-util.hpp | 333 static const bool not_value = valid && !value; member 823 struct not_value : std::conditional<T::value, std::false_type, std::true_type>::type { struct 828 struct negation : detail::not_value<T> {};
|