Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp511 if (BinaryOperator *UserBO = dyn_cast<BinaryOperator>(U)) in LinearizeExprTree() local
512 ToRedo.insert(UserBO); in LinearizeExprTree()