Home
last modified time | relevance | path

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

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