| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/readability/ |
| H A D | string-compare.rst | 9 equality or inequality operators. The compare method is intended for sorting 12 If an equality or inequality check can suffice, that is recommended. This is 14 and to simplify the code. The string equality and inequality operators can 53 give a warning for. All of them uses ``compare`` to check if equality or
|
| /llvm-project-15.0.7/lld/test/ELF/ |
| H A D | protected-data-access.s | 12 ## Allow that if --ignore-data-address-equality is specified. 14 # RUN: ld.lld --ignore-data-address-equality %t.o %t2.so -o %t
|
| H A D | icf-relro.s | 3 # RUN: ld.lld %t -o /dev/null --icf=all --ignore-data-address-equality --print-icf-sections | FileC…
|
| H A D | icf-merged-sections.s | 4 # RUN: ld.lld %t.o -o %t --icf=all --ignore-data-address-equality --print-icf-sections | FileCheck …
|
| H A D | icf9.s | 14 # RUN: ld.lld %t -o %t2 --icf=all --print-icf-sections --ignore-data-address-equality | \
|
| /llvm-project-15.0.7/lld/MachO/ |
| H A D | ld64-vs-lld.rst | 14 equality must be fixed to use value equality instead.
|
| /llvm-project-15.0.7/llvm/test/Transforms/InstCombine/ |
| H A D | icmp-shl-nsw.ll | 72 ; Known bits analysis turns this into an equality predicate. 147 ; Known bits analysis turns this into an equality predicate. 161 ; Known bits analysis turns this into an equality predicate. 213 ; Known bits analysis turns this into an equality predicate. 288 ; Known bits analysis turns this into an equality predicate. 302 ; Known bits analysis turns this into an equality predicate.
|
| H A D | memrchr-7.ll | 5 ; in equality expressions don't cause trouble and either are folded when 16 ; a5[5] being indeterminate. The equality then is the folded with
|
| H A D | memchr-10.ll | 5 ; in equality expressions don't cause trouble and either are folded when 16 ; a5[5] being indeterminate. The equality then is the folded with
|
| H A D | memrchr-8.ll | 4 ; Verify that the result of memrchr calls used in equality expressions 7 ; Folding of equality expressions with the first argument plus the bound
|
| /llvm-project-15.0.7/llvm/test/CodeGen/SystemZ/ |
| H A D | int-cmp-34.ll | 92 ; Check equality comparisons with 0. 105 ; Check equality comparisons with 1. 118 ; Check equality comparisons with the high end of the signed 16-bit range. 142 ; Check equality comparisons with -1. 155 ; Check equality comparisons with the low end of the 16-bit signed range.
|
| H A D | int-cmp-32.ll | 92 ; Check equality comparisons with 0. 105 ; Check equality comparisons with 1. 118 ; Check equality comparisons with the high end of the signed 16-bit range. 142 ; Check equality comparisons with -1. 155 ; Check equality comparisons with the low end of the 16-bit signed range.
|
| H A D | int-cmp-15.ll | 77 ; Check equality comparisons at the low end of the signed 8-bit range. 89 ; Check equality comparisons at the low end of the unsigned 8-bit range. 101 ; Check equality comparisons at the high end of the signed 8-bit range. 113 ; Check equality comparisons at the high end of the unsigned 8-bit range.
|
| H A D | int-cmp-46.ll | 102 ; an equality comparison with zero. 257 ; Check that we can use TMLL for equality comparisons with the mask. 335 ; to equality comparisons with the mask. 373 ; Check that we can use TMLL for equality comparisons for the low bit 413 ; Check that we can use TMLL for equality comparisons for the high bit
|
| H A D | int-cmp-56.ll | 5 ; equality comparison, add logical can be used. 87 ; "nsw" is not needed for the equality check against zero.
|
| H A D | load-and-test.mir | 5 # comparisons unless checking for equality. That would be wrong, since the
|
| /llvm-project-15.0.7/polly/test/ScopInfo/ |
| H A D | bounded_loop_assumptions.ll | 3 ; The assumed context is tricky here as the equality test for the inner loop 6 ; equality test in the inner exit condition will trigger at some point and,
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/objc/ |
| H A D | assert-equals.rst | 9 This makes tests less fragile, as many improperly rely on pointer equality for
|
| /llvm-project-15.0.7/llvm/test/Analysis/BasicAA/ |
| H A D | 2003-04-25-GEPCrash.ll | 2 ; Test for a bug in BasicAA which caused a crash when querying equality of P1&P2
|
| H A D | 2003-03-04-GEPCrash.ll | 2 ; Test for a bug in BasicAA which caused a crash when querying equality of P1&P2
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/bugprone/ |
| H A D | signed-char-misuse.rst | 26 For example, checking the equality of a ``signed char`` and an ``unsigned char`` 39 - ``signed char`` and ``unsigned char`` are compared with equality/inequality operator 84 Another use case is checking the equality of two ``char`` variables with
|
| H A D | assignment-in-if-condition.rst | 7 Such assignments are bug-prone because they may have been intended as equality tests.
|
| /llvm-project-15.0.7/clang/test/SemaObjC/ |
| H A D | self-assign.m | 10 // expected-note{{use '==' to turn this assignment into an equality comparison}} \
|
| H A D | idiomatic-parentheses.m | 32 … // expected-note {{use '==' to turn this assignment into an equality comparison}}
|
| /llvm-project-15.0.7/llvm/test/Transforms/NewGVN/ |
| H A D | condprop-xfail.ll | 59 ;; The icmp ne requires an equality table that inserts the inequalities for each 60 ;; discovered equality while processing.
|