Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/
DReassociate.h103 void ReassociateExpression(BinaryOperator *I);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DReassociate.cpp2196 ReassociateExpression(BO); in OptimizeInst()
2199 void ReassociatePass::ReassociateExpression(BinaryOperator *I) { in ReassociateExpression() function in ReassociatePass