Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp604 if (BinaryOperator *UserBO = dyn_cast<BinaryOperator>(U)) in LinearizeExprTree() local
605 ToRedo.insert(UserBO); in LinearizeExprTree()