Searched refs:matchTernaryOp (Results 1 – 1 of 1) sorted by relevance
160 bool matchTernaryOp(BinaryOperator *I, Value *V, Value *&Op1, Value *&Op2);485 if (LHS->hasOneUse() && matchTernaryOp(I, LHS, A, B)) { in tryReassociateBinaryOp()528 bool NaryReassociate::matchTernaryOp(BinaryOperator *I, Value *V, Value *&Op1, in matchTernaryOp() function in NaryReassociate