Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp223 bool ShouldNotVal = !TC.isZero(); in foldSelectICmpAnd() local
224 ShouldNotVal ^= Pred == ICmpInst::ICMP_NE; in foldSelectICmpAnd()
225 if (ShouldNotVal) in foldSelectICmpAnd()