Searched refs:BIsConst (Results 1 – 1 of 1) sorted by relevance
703 bool BIsConst = match(ArgB, m_ImmConstant()); in simplifyTernarylogic() local706 bool ABIsConst = AIsConst && BIsConst; in simplifyTernarylogic()708 bool BCIsConst = BIsConst && CIsConst; in simplifyTernarylogic()709 bool ABCIsConst = AIsConst && BIsConst && CIsConst; in simplifyTernarylogic()