Lines Matching defs:StrideVal
124 Value *StrideVal = SI->second;
127 StrideVal = stripIntegerCast(StrideVal);
130 Value *One = ConstantInt::get(StrideVal->getType(), 1);
132 RewriteMap[StrideVal] = One;
135 const auto *U = cast<SCEVUnknown>(SE->getSCEV(StrideVal));
137 static_cast<const SCEVConstant *>(SE->getOne(StrideVal->getType()));