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

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

Completed in 335 milliseconds