Searched refs:InvertibleF (Results 1 – 1 of 1) sorted by relevance
4018 bool InvertibleF = (CmpF && CmpF->hasOneUse()) || isa<Constant>(FV); in foldNot() local4019 if (InvertibleT && InvertibleF) { in foldNot()