Searched refs:AIsConst (Results 1 – 1 of 1) sorted by relevance
698 bool AIsConst = match(ArgA, m_ImmConstant()); in simplifyTernarylogic() local702 bool ABIsConst = AIsConst && BIsConst; in simplifyTernarylogic()703 bool ACIsConst = AIsConst && CIsConst; in simplifyTernarylogic()705 bool ABCIsConst = AIsConst && BIsConst && CIsConst; in simplifyTernarylogic()