Searched refs:AIsConst (Results 1 – 1 of 1) sorted by relevance
702 bool AIsConst = match(ArgA, m_ImmConstant()); in simplifyTernarylogic() local706 bool ABIsConst = AIsConst && BIsConst; in simplifyTernarylogic()707 bool ACIsConst = AIsConst && CIsConst; in simplifyTernarylogic()709 bool ABCIsConst = AIsConst && BIsConst && CIsConst; in simplifyTernarylogic()