Searched refs:reassociateDisjointOr (Results 1 – 2 of 2) sorted by relevance
444 Value *reassociateDisjointOr(Value *LHS, Value *RHS);
3700 Value *InstCombinerImpl::reassociateDisjointOr(Value *LHS, Value *RHS) { in reassociateDisjointOr() function in InstCombinerImpl3829 if (Value *Res = reassociateDisjointOr(I.getOperand(0), I.getOperand(1))) in visitOr()