Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp205 bool ShouldNotVal = !TC.isZero(); in foldSelectICmpAnd() local
206 ShouldNotVal ^= Pred == ICmpInst::ICMP_NE; in foldSelectICmpAnd()
211 if (CreateAnd && ShouldNotVal && ValZeros != AndZeros) in foldSelectICmpAnd()
232 if (ShouldNotVal) in foldSelectICmpAnd()