Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBitSimplify.cpp2609 bool KnownNZ = false; in simplifyRCmp0() local
2624 KnownNZ = true; in simplifyRCmp0()
2667 if (KnownZ || KnownNZ) { in simplifyRCmp0()
2668 assert(KnownZ != KnownNZ && "Register cannot be both 0 and non-0"); in simplifyRCmp0()