Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp226 bool ShouldNotVal = !TC.isNullValue(); in foldSelectICmpAnd() local
227 ShouldNotVal ^= Pred == ICmpInst::ICMP_NE; in foldSelectICmpAnd()
228 if (ShouldNotVal) in foldSelectICmpAnd()