Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp2974 bool FalseLogicAnd = isa<SelectInst>(FalseVal); in foldSelectOfBools() local
2981 if (FalseLogicAnd || (CondLogicAnd && Common == A)) in foldSelectOfBools()
2994 return AndFactorization(B, A, C, CondLogicAnd && FalseLogicAnd); in foldSelectOfBools()