Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp227 bool ShouldNotVal = !TC.isNullValue(); in foldSelectICmpAnd() local
228 ShouldNotVal ^= Pred == ICmpInst::ICMP_NE; in foldSelectICmpAnd()
229 if (ShouldNotVal) in foldSelectICmpAnd()