Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DNaryReassociate.cpp132 Instruction *tryReassociateGEP(GetElementPtrInst *GEP);
296 return tryReassociateGEP(cast<GetElementPtrInst>(I)); in tryReassociate()
342 Instruction *NaryReassociate::tryReassociateGEP(GetElementPtrInst *GEP) { in tryReassociateGEP() function in NaryReassociate