Searched refs:TrueIfNeg (Results 1 – 1 of 1) sorted by relevance
1880 bool TrueIfNeg; in foldICmpAndConstant() local1881 if (isSignBitCheck(Pred, C, TrueIfNeg)) { in foldICmpAndConstant()1887 auto NewPred = TrueIfNeg ? CmpInst::ICMP_EQ : CmpInst::ICMP_NE; in foldICmpAndConstant()1896 auto NewPred = TrueIfNeg ? CmpInst::ICMP_EQ : CmpInst::ICMP_NE; in foldICmpAndConstant()