HomeSort by: relevance | last modified time | path
    Searched refs:isGEPFoldable (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
NaryReassociate.cpp 324 static bool isGEPFoldable(GetElementPtrInst *GEP,
333 if (isGEPFoldable(GEP, TTI))
StraightLineStrengthReduce.cpp 286 static bool isGEPFoldable(GetElementPtrInst *GEP,
308 return isGEPFoldable(cast<GetElementPtrInst>(C.Ins), TTI);

Completed in 65 milliseconds