Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DNaryReassociate.cpp229 static bool isPotentiallyNaryReassociable(Instruction *I) { in isPotentiallyNaryReassociable() function
249 if (SE->isSCEVable(I->getType()) && isPotentiallyNaryReassociable(&*I)) { in doOneIteration()