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

/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Scalar/
H A DNaryReassociate.h120 Instruction *tryReassociateGEP(GetElementPtrInst *GEP);
123 // CSE'ed. This is a helper function for tryReassociateGEP.
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DNaryReassociate.cpp304 return tryReassociateGEP(cast<GetElementPtrInst>(I));
331 Instruction *NaryReassociatePass::tryReassociateGEP(GetElementPtrInst *GEP) { function in class:NaryReassociatePass

Completed in 204 milliseconds