Home
last modified time | relevance | path

Searched refs:ABIsTheSame (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h439 Value *getSelectCondition(Value *A, Value *B, bool ABIsTheSame);
H A DInstCombineAndOrXor.cpp3113 bool ABIsTheSame) { in getSelectCondition() argument
3121 if (ABIsTheSame ? (A == B) : match(B, m_Not(m_Specific(A)))) { in getSelectCondition()
3142 if (ABIsTheSame) in getSelectCondition()