Searched refs:getSelectCondition (Results 1 – 2 of 2) sorted by relevance
367 Value *getSelectCondition(Value *A, Value *B);
2378 Value *InstCombinerImpl::getSelectCondition(Value *A, Value *B) { in getSelectCondition() function in InstCombinerImpl2461 if (Value *Cond = getSelectCondition(A, B)) { in matchSelectFromAndOr()