Searched defs:isAMCompletelyFolded (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp849 static bool isAMCompletelyFolded(const TargetTransformInfo &TTI,
1023 NumBaseParts - (1 + (F.Scale && isAMCompletelyFolded(TTI, LU, F)));
1382 static bool isAMCompletelyFolded(const TargetTransformInfo &TTI, function
1436 static bool isAMCompletelyFolded(const TargetTransformInfo &TTI, function
1451 return isAMCompletelyFolded(TTI, Kind, AccessTy, BaseGV, MinOffset,
1453 isAMCompletelyFolded(TTI, Kind, AccessTy, BaseGV, MaxOffset,
1457 static bool isAMCompletelyFolded(const TargetTransformInfo &TTI, function
1461 // For the purpose of isAMCompletelyFolded either having a canonical formula
1469 return isAMCompletelyFolded(TTI, MinOffset, MaxOffset, Kind, AccessTy,
1479 return isAMCompletelyFolded(TT
1495 static bool isAMCompletelyFolded(const TargetTransformInfo &TTI, function
[all...]

Completed in 317 milliseconds