OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NonZero
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/libphobos/testsuite/libphobos.lifetime/
large_aggregate_destroy_21097.d
45
static struct
NonZero
49
static
NonZero
[SIZE] s = void;
51
assert(s[SIZE/2] ==
NonZero
.init);
52
s[10] =
NonZero
(101);
54
assert(s[10] ==
NonZero
.init);
/src/external/apache2/llvm/dist/llvm/lib/Support/
ScaledNumber.cpp
192
size_t
NonZero
= Float.find_last_not_of('0');
193
assert(
NonZero
!= std::string::npos && "no . in floating point string");
195
if (Float[
NonZero
] == '.')
196
++
NonZero
;
198
return Float.substr(0,
NonZero
+ 1);
/src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonConstPropagation.cpp
55
// of bits make sense, for example Zero and
NonZero
are mutually exclusive,
63
NonZero
= 0x0002,
68
NumericProperties = (Zero|
NonZero
|Finite|Infinity|NaN|SignedZero),
435
uint32_t Props = (
NonZero
| Finite);
443
uint32_t Props = CF->isNegative() ? (NegOrZero|
NonZero
)
447
Props = (Props & ~NumericProperties) |
NonZero
;
486
if (Ps & ConstantProperties::
NonZero
)
487
os << "
nonzero
";
1267
else if (Props & ConstantProperties::
NonZero
)
1321
bool NonZero1 = (Props1 & P::
NonZero
), NonZero2 = (Props2 & P::NonZero)
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp
1014
auto GetKnownNonZeroAndOther = [&](Value *&
NonZero
, Value *&Other) {
1015
if (!IsKnownNonZero(
NonZero
))
1016
std::swap(
NonZero
, Other);
1017
return IsKnownNonZero(
NonZero
);
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExprScalar.cpp
3189
llvm::Value *
NonZero
= Builder.CreateFCmpUNE(Ops.RHS, Zero);
3190
EmitBinOpCheck(std::make_pair(
NonZero
, SanitizerKind::FloatDivideByZero),
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp
15609
// TODO: Deal with
nonzero
offset.
17157
bool
NonZero
= false;
17168
if (
NonZero
&& FirstZeroAfterNonZero == NumConsecutiveStores)
17171
NonZero
|= !IsElementZero;
17207
if ((!
NonZero
||
Completed in 45 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026