Searched refs:ABIsTheSame (Results 1 – 2 of 2) sorted by relevance
439 Value *getSelectCondition(Value *A, Value *B, bool ABIsTheSame);
3113 bool ABIsTheSame) { in getSelectCondition() argument3121 if (ABIsTheSame ? (A == B) : match(B, m_Not(m_Specific(A)))) { in getSelectCondition()3142 if (ABIsTheSame) in getSelectCondition()