HomeSort by relevance Sort by last modified time
    Searched refs:isGEPFoldable (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Transforms/Scalar/
NaryReassociate.cpp 303 static bool isGEPFoldable(GetElementPtrInst *GEP,
344 if (isGEPFoldable(GEP, TTI, DL))
StraightLineStrengthReduce.cpp 238 static bool isGEPFoldable(GetElementPtrInst *GEP,
290 return isGEPFoldable(cast<GetElementPtrInst>(C.Ins), TTI, DL);

Completed in 45 milliseconds