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

/external/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp798 static bool shouldMergeGEPs(GEPOperator &GEP, GEPOperator &Src) { function
855 if (!shouldMergeGEPs(*cast<GEPOperator>(&GEP), *Src))
863 if (SrcGEP->getNumOperands() == 2 && shouldMergeGEPs(*Src, *SrcGEP))

Completed in 310 milliseconds