Home
last modified time | relevance | path

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

/external/llvm/test/Transforms/InstCombine/
Dmax-of-nots.ll41 %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/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/
Dmax-of-nots.ll228 %not_value = sub i32 3, %x
230 %cmp = icmp sgt i32 %not_value, %not_y
231 %not_min = select i1 %cmp, i32 %not_value, i32 %not_y
246 %not_value = sub i32 3, %x
247 call void @fake_use(i32 %not_value)
249 %cmp = icmp sgt i32 %not_value, %not_y
250 %not_min = select i1 %cmp, i32 %not_value, i32 %not_y
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
Drx-util.hpp333 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> {};