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