Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DNaryReassociate.cpp324 static bool isGEPFoldable(GetElementPtrInst *GEP, in isGEPFoldable() function
333 if (isGEPFoldable(GEP, TTI)) in tryReassociateGEP()
H A DStraightLineStrengthReduce.cpp286 static bool isGEPFoldable(GetElementPtrInst *GEP, in isGEPFoldable() function
308 return isGEPFoldable(cast<GetElementPtrInst>(C.Ins), TTI); in isFoldable()