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()815 bool TrueIfZero; in matchRightShift() local823 TrueIfZero = (P == CmpInst::ICMP_EQ); in matchRightShift()830 TrueIfZero = (P == CmpInst::ICMP_NE); in matchRightShift()842 if (TrueIfZero) { in matchRightShift()