Searched refs:getSelectCondition (Results 1 – 2 of 2) sorted by relevance
439 Value *getSelectCondition(Value *A, Value *B, bool ABIsTheSame);
3112 Value *InstCombinerImpl::getSelectCondition(Value *A, Value *B, in getSelectCondition() function in InstCombinerImpl3203 if (Value *Cond = getSelectCondition(A, C, InvertFalseVal)) { in matchSelectFromAndOr()