Searched refs:ConstStride (Results 1 – 5 of 5) sorted by relevance
162 const auto *ConstStride = dyn_cast<SCEVConstant>(AR->getStepRecurrence(*SE)); in isStrideLargeEnough() local165 if (!ConstStride) in isStrideLargeEnough()168 unsigned AbsStride = std::abs(ConstStride->getAPInt().getSExtValue()); in isStrideLargeEnough()
358 const SCEVConstant *ConstStride = cast<SCEVConstant>(StoreEv->getOperand(1)); in getStoreStride() local359 return ConstStride->getAPInt(); in getStoreStride()864 const SCEVConstant *ConstStride = dyn_cast<SCEVConstant>(Ev->getOperand(1)); in processLoopMemSet() local865 if (!ConstStride) in processLoopMemSet()868 APInt Stride = ConstStride->getAPInt(); in processLoopMemSet()
1114 if (auto *ConstStride = dyn_cast<ConstantInt>(Stride)) { in getAlignForIndex() local1116 ConstStride->getZExtValue() * ElementSizeInBits / 8; in getAlignForIndex()
10074 std::optional<uint32_t> ConstStride = std::nullopt; in lowerPointerAsRsrcIntrin() local10076 ConstStride = ConstNode->getZExtValue(); in lowerPointerAsRsrcIntrin()10079 if (!ConstStride || *ConstStride != 0) { in lowerPointerAsRsrcIntrin()10081 if (ConstStride) { in lowerPointerAsRsrcIntrin()10082 ShiftedStride = DAG.getConstant(*ConstStride << 16, Loc, MVT::i32); in lowerPointerAsRsrcIntrin()
16261 if (auto *ConstStride = dyn_cast<ConstantSDNode>(Stride); in performCONCAT_VECTORSCombine() 16262 ConstStride && ConstStride->getSExtValue() >= 0) in performCONCAT_VECTORSCombine() 16266 ConstStride->getSExtValue() * (N->getNumOperands() - 1); in performCONCAT_VECTORSCombine() 16258 if (auto *ConstStride = dyn_cast<ConstantSDNode>(Stride); performCONCAT_VECTORSCombine() local