Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h444 Value *reassociateDisjointOr(Value *LHS, Value *RHS);
H A DInstCombineAndOrXor.cpp3700 Value *InstCombinerImpl::reassociateDisjointOr(Value *LHS, Value *RHS) { in reassociateDisjointOr() function in InstCombinerImpl
3829 if (Value *Res = reassociateDisjointOr(I.getOperand(0), I.getOperand(1))) in visitOr()