Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp2388 const auto *CurrLeafInstr = dyn_cast<Instruction>(Val); in ReassociateExpression() local
2390 if (!CurrLeafInstr) { in ReassociateExpression()
2411 SeenBB = CurrLeafInstr->getParent(); in ReassociateExpression()