Home
last modified time | relevance | path

Searched refs:TrueIfNeg (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1880 bool TrueIfNeg; in foldICmpAndConstant() local
1881 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()