Searched refs:KnownZ (Results 1 – 1 of 1) sorted by relevance
2608 bool KnownZ = true; in simplifyRCmp0() local2622 KnownZ = false; in simplifyRCmp0()2667 if (KnownZ || KnownNZ) { in simplifyRCmp0()2668 assert(KnownZ != KnownNZ && "Register cannot be both 0 and non-0"); in simplifyRCmp0()2669 return ReplaceWithConst(KnownZ == (Opc == Hexagon::A4_rcmpeqi)); in simplifyRCmp0()