Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp4482 bool InvertibleF = (CmpF && CmpF->hasOneUse()) || isa<Constant>(FV); in foldNot() local
4483 if (InvertibleT && InvertibleF) { in foldNot()