Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DNaryReassociate.cpp303 static bool isGEPFoldable(GetElementPtrInst *GEP, in isGEPFoldable() function
344 if (isGEPFoldable(GEP, TTI, DL)) in tryReassociateGEP()
DStraightLineStrengthReduce.cpp238 static bool isGEPFoldable(GetElementPtrInst *GEP, in isGEPFoldable() function
290 return isGEPFoldable(cast<GetElementPtrInst>(C.Ins), TTI, DL); in isFoldable()