Lines Matching +full:- +full:- +full:-

1 //===- InferIntRangeInterfaceImpls.cpp - Integer range impls for arith -===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
16 #define DEBUG_TYPE "int-range-analysis"
32 //===----------------------------------------------------------------------===//
34 //===----------------------------------------------------------------------===//
54 result = (result ? result->rangeUnion(range) : range);
57 assert(result && "Zero-sized vectors are not allowed");
63 //===----------------------------------------------------------------------===//
65 //===----------------------------------------------------------------------===//
73 //===----------------------------------------------------------------------===//
75 //===----------------------------------------------------------------------===//
83 //===----------------------------------------------------------------------===//
85 //===----------------------------------------------------------------------===//
93 //===----------------------------------------------------------------------===//
95 //===----------------------------------------------------------------------===//
102 //===----------------------------------------------------------------------===//
104 //===----------------------------------------------------------------------===//
111 //===----------------------------------------------------------------------===//
113 //===----------------------------------------------------------------------===//
120 //===----------------------------------------------------------------------===//
122 //===----------------------------------------------------------------------===//
129 //===----------------------------------------------------------------------===//
131 //===----------------------------------------------------------------------===//
138 //===----------------------------------------------------------------------===//
140 //===----------------------------------------------------------------------===//
147 //===----------------------------------------------------------------------===//
149 //===----------------------------------------------------------------------===//
156 //===----------------------------------------------------------------------===//
158 //===----------------------------------------------------------------------===//
165 //===----------------------------------------------------------------------===//
167 //===----------------------------------------------------------------------===//
174 //===----------------------------------------------------------------------===//
176 //===----------------------------------------------------------------------===//
183 //===----------------------------------------------------------------------===//
185 //===----------------------------------------------------------------------===//
192 //===----------------------------------------------------------------------===//
194 //===----------------------------------------------------------------------===//
201 //===----------------------------------------------------------------------===//
203 //===----------------------------------------------------------------------===//
210 //===----------------------------------------------------------------------===//
212 //===----------------------------------------------------------------------===//
219 //===----------------------------------------------------------------------===//
221 //===----------------------------------------------------------------------===//
230 //===----------------------------------------------------------------------===//
232 //===----------------------------------------------------------------------===//
241 //===----------------------------------------------------------------------===//
243 //===----------------------------------------------------------------------===//
252 //===----------------------------------------------------------------------===//
254 //===----------------------------------------------------------------------===//
271 //===----------------------------------------------------------------------===//
273 //===----------------------------------------------------------------------===//
290 //===----------------------------------------------------------------------===//
292 //===----------------------------------------------------------------------===//
312 //===----------------------------------------------------------------------===//
314 //===----------------------------------------------------------------------===//
327 if (mbCondVal->isZero())
336 //===----------------------------------------------------------------------===//
338 //===----------------------------------------------------------------------===//
346 //===----------------------------------------------------------------------===//
348 //===----------------------------------------------------------------------===//
355 //===----------------------------------------------------------------------===//
357 //===----------------------------------------------------------------------===//