Searched refs:tryReassociateGEP (Results 1 – 2 of 2) sorted by relevance
121 Instruction *tryReassociateGEP(GetElementPtrInst *GEP);
292 return tryReassociateGEP(cast<GetElementPtrInst>(I)); in tryReassociate()307 Instruction *NaryReassociatePass::tryReassociateGEP(GetElementPtrInst *GEP) { in tryReassociateGEP() function in NaryReassociatePass