Searched refs:MaxBTC (Results 1 – 1 of 1) sorted by relevance
1811 const SCEV &MaxBTC, const SCEV &Dist, in isSafeDependenceDistance() argument1833 const SCEV *Step = SE.getConstant(MaxBTC.getType(), ByteStride); in isSafeDependenceDistance()1834 const SCEV *Product = SE.getMulExpr(&MaxBTC, Step); in isSafeDependenceDistance()2958 const SCEV *MaxBTC = PSE->getSymbolicMaxBackedgeTakenCount(); in collectStridedAccess() local2965 uint64_t BETypeSizeBits = DL.getTypeSizeInBits(MaxBTC->getType()); in collectStridedAccess()2967 const SCEV *CastedBECount = MaxBTC; in collectStridedAccess()2970 CastedStride = SE->getNoopOrSignExtend(StrideExpr, MaxBTC->getType()); in collectStridedAccess()2972 CastedBECount = SE->getZeroExtendExpr(MaxBTC, StrideExpr->getType()); in collectStridedAccess()