Searched refs:CondLogicAnd (Results 1 – 1 of 1) sorted by relevance
3165 bool CondLogicAnd = isa<SelectInst>(CondVal); in foldSelectOfBools() local3173 if (FalseLogicAnd || (CondLogicAnd && Common == A)) in foldSelectOfBools()3186 return AndFactorization(B, A, C, CondLogicAnd && FalseLogicAnd); in foldSelectOfBools()