Searched refs:TrueIfZero (Results 1 – 1 of 1) sorted by relevance
713 bool TrueIfZero; in matchLeftShift() local717 TrueIfZero = (P == CmpInst::ICMP_EQ); in matchLeftShift()719 TrueIfZero = (P == CmpInst::ICMP_NE); in matchLeftShift()728 if (TrueIfZero) { in matchLeftShift()804 bool TrueIfZero; in matchRightShift() local811 TrueIfZero = (P == CmpInst::ICMP_EQ); in matchRightShift()817 TrueIfZero = (P == CmpInst::ICMP_NE); in matchRightShift()828 if (TrueIfZero) { in matchRightShift()