Searched refs:TrueIfZero (Results 1 – 1 of 1) sorted by relevance
723 bool TrueIfZero; in matchLeftShift() local727 TrueIfZero = (P == CmpInst::ICMP_EQ); in matchLeftShift()729 TrueIfZero = (P == CmpInst::ICMP_NE); in matchLeftShift()738 if (TrueIfZero) { in matchLeftShift()814 bool TrueIfZero; in matchRightShift() local821 TrueIfZero = (P == CmpInst::ICMP_EQ); in matchRightShift()827 TrueIfZero = (P == CmpInst::ICMP_NE); in matchRightShift()838 if (TrueIfZero) { in matchRightShift()