Home
last modified time | relevance | path

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

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