Searched refs:tryReassociateGEP (Results 1 – 1 of 1) sorted by relevance
132 Instruction *tryReassociateGEP(GetElementPtrInst *GEP);296 return tryReassociateGEP(cast<GetElementPtrInst>(I)); in tryReassociate()342 Instruction *NaryReassociate::tryReassociateGEP(GetElementPtrInst *GEP) { in tryReassociateGEP() function in NaryReassociate