Searched refs:tryReassociateGEPAtIndex (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DNaryReassociate.h129 GetElementPtrInst *tryReassociateGEPAtIndex(GetElementPtrInst *GEP,
134 GetElementPtrInst *tryReassociateGEPAtIndex(GetElementPtrInst *GEP,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNaryReassociate.cpp315 if (auto *NewGEP = tryReassociateGEPAtIndex(GEP, I - 1,
332 NaryReassociatePass::tryReassociateGEPAtIndex(GetElementPtrInst *GEP, function in class:NaryReassociatePass
354 if (auto *NewGEP = tryReassociateGEPAtIndex(GEP, I, LHS, RHS, IndexedType))
359 tryReassociateGEPAtIndex(GEP, I, RHS, LHS, IndexedType))
367 NaryReassociatePass::tryReassociateGEPAtIndex(GetElementPtrInst *GEP, function in class:NaryReassociatePass

Completed in 166 milliseconds