Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DNaryReassociate.cpp302 static bool isGEPFoldable(GetElementPtrInst *GEP, in isGEPFoldable() function
313 if (isGEPFoldable(GEP, TTI)) in tryReassociateGEP()
DStraightLineStrengthReduce.cpp237 static bool isGEPFoldable(GetElementPtrInst *GEP, in isGEPFoldable() function
261 return isGEPFoldable(cast<GetElementPtrInst>(C.Ins), TTI); in isFoldable()