Searched refs:TrueIfNeg (Results 1 – 1 of 1) sorted by relevance
1934 bool TrueIfNeg; in foldICmpAndConstant() local1935 if (isSignBitCheck(Pred, C, TrueIfNeg)) { in foldICmpAndConstant()1941 auto NewPred = TrueIfNeg ? CmpInst::ICMP_EQ : CmpInst::ICMP_NE; in foldICmpAndConstant()1950 auto NewPred = TrueIfNeg ? CmpInst::ICMP_EQ : CmpInst::ICMP_NE; in foldICmpAndConstant()