Home
last modified time | relevance | path

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

/external/llvm-project/llvm/test/Transforms/InstCombine/
Ddemorgan.ll113 %notc = xor i32 %c, -1
114 ret i32 %notc
127 %notc = xor i32 %c, -1
128 ret i32 %notc
142 %notc = xor i32 %c, -1
143 ret i32 %notc
157 %notc = xor i47 %c, -1
158 ret i47 %notc
171 %notc = xor i61 %c, -1
185 %notc = xor i71 %c, -1
[all …]
Dselect_meta.ll308 %notc = xor i1 %c, true
309 %r = select i1 %notc, i32 %tv, i32 %fv, !prof !1
320 %notc = xor <2 x i1> %c, <i1 true, i1 true>
321 %r = select <2 x i1> %notc, <2 x i32> %tv, <2 x i32> %fv, !prof !1
333 %notc = xor <2 x i1> %c, <i1 undef, i1 true>
334 %r = select <2 x i1> %notc, <2 x i32> %tv, <2 x i32> %fv, !prof !1
Dset.ll158 %notc = icmp eq i1 %c, false
159 %and = and i1 %b, %notc
/external/rust/crates/nom/src/combinator/
Dmod.rs551 pub fn notc<I: Clone, O, E: ParseError<I>, F>(input: I, parser: F) -> IResult<I, (), E> in notc() function
Dmacros.rs861 $crate::combinator::notc($i, |i| $submac!(i, $($args)*))