Searched refs:TrueIfZero (Results 1 – 1 of 1) sorted by relevance
706 bool TrueIfZero; in matchLeftShift() local710 TrueIfZero = (P == CmpInst::ICMP_EQ); in matchLeftShift()712 TrueIfZero = (P == CmpInst::ICMP_NE); in matchLeftShift()721 if (TrueIfZero) { in matchLeftShift()798 bool TrueIfZero; in matchRightShift() local806 TrueIfZero = (P == CmpInst::ICMP_EQ); in matchRightShift()813 TrueIfZero = (P == CmpInst::ICMP_NE); in matchRightShift()825 if (TrueIfZero) { in matchRightShift()