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

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

Completed in 1586 milliseconds