Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DNaryReassociate.cpp160 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