Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBitSimplify.cpp2630 bool KnownZ = true; in simplifyRCmp0() local
2644 KnownZ = false; in simplifyRCmp0()
2689 if (KnownZ || KnownNZ) { in simplifyRCmp0()
2690 assert(KnownZ != KnownNZ && "Register cannot be both 0 and non-0"); in simplifyRCmp0()
2691 return ReplaceWithConst(KnownZ == (Opc == Hexagon::A4_rcmpeqi)); in simplifyRCmp0()